Skip to content

1.8.0-alpha.0

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 05 Apr 04:13
· 252 commits to main since this release

Version 1.8.0-alpha.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

  • [#572] Added Sequence.OnAllPlatforms() and Sequence.OnPlatforms() methods, and the WellKnownPlatforms class.
    • These are in preparation for NDMF's multiplatform support, and configure which platforms passes run on.
    • By default, passes run only on VRChat SDK 3.0.
  • [#572] Added [RunsOnAllPlatforms] and [RunsOnPlatform] attributes as well