Skip to content

1.8.0-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 06 Apr 14:14
· 243 commits to main since this release

Version 1.8.0-alpha.3

Notable changes

Added

  • [#572] Added new APIs to declare which platforms a pass or plugin should run on.
    • Use [RunsOnPlatforms] or [RunsOnAllPlatforms] to declare platform compatibility for a plugin or pass.
    • You can also use Sequence.OnPlatforms or Sequence.OnAllPlatforms to override the plugin setting for a group of
      passes.
    • See the new WellKnownPlatforms class for more details on precedence.

Added (experimental features)

These features are only accessible if you set NDMF_EXPERIMENTAL as a script define in your project settings,
and are subject to change in future releases (are not subject to semver).

  • Added platform selection UI to the build window. Note that this is displayed only if NDMF_EXPERIMENTAL is set as a
    script define.
  • Added NDMF Avatar Root experimental component.

Changed

  • Standalone NDMF (when VRCSDK is not installed) will now filter passes by platform configuration.