Skip to content

1.8.0-rc.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 03 Jul 00:36
· 171 commits to main since this release

Version 1.8.0-rc.0

This is a prerelease version. There may be bugs, and API compatibility is not yet guaranteed.
Please: BACK UP YOUR PROJECTS

Notable changes

Added

  • [#654] [#660] Marked a number of platform APIs as public
  • [#661] Added CompatibleWithContext attribute for plugin passes.
  • [#665] Added AnimationIndex.GetPPtrReferencedObjectsWithBinding and a new overload for
    AnimationIndex.RewriteObjectCurves which provides the curve binding to the rewrite callback.

Fixed

  • [#655] Missing dependency to Animation module
  • [#664] VRChat proxy animation clips would be reserialized in some cases, causing noise in git diff and the like

Changed

  • [#662] The platform selector will now be shown if any platforms other than Generic and VRChat are detected, even without
    experimental features enabled.
    • Experimental features still gate access to the "Generic" platform when no other platforms are detected, as well as
      access to portable components.