1.8.0-beta.1
Pre-release
Pre-release
·
1 commit
to main
since this release
Version 1.8.0-beta.1
This is a prerelease version. There may be bugs, and API compatibility is not yet guaranteed.
Please: BACK UP YOUR PROJECTS
Notable changes
Fixed
- [#634] Avoid infinite recursion if an avatar is duplicated during play mode activation
- [#640] Fixed an issue where the viewpoint would be detected incorrectly for VRChat avatars with a scaled avatar root,
when building for other platforms. - [#641] During VRChat builds, if a non-VRChat platform was selected, that platform would be used for build transformations.
Changed
- [#635] The
IVirtualizeMotion.Motion
andIVirtualizeAnimatorController.AnimatorController
properties now have a nullable type.- While this is an API change, it should not result in build failures (but rather, warnings, which should have been there in the first place...)
- [#638] Make
BuildContext.PlatformProvider
public