Skip to content

1.5.0-beta.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 18 Aug 20:45
· 136 commits to main since this release
20c98c3

[1.5.0-beta.4] - [2024-08-18]

Added

  • [#330] NDMFPreviewSceneManager added, allowing other libraries to easily hide temporary objects.

Fixed

  • [#320] Render nodes are not correctly reused across frames
  • [#321] Fix GetTargetGroup being called on every pipeline invalidation
  • [#327] Z-fighting occurs in prefab isolation view
  • [#328] Fix issue where preview system is not reinitialized after a scene change
  • [#329] Fix issue where scene root monitoring breaks after a domain reload
  • [#334] Fix objects under preview not respecting scene visibility state

Changed

  • [#330] Preview objects are now hidden by placing them in a hidden subscene, instead of harmony patching the hierarchy.
    This should improve stability in general.
  • [#335] Skip preview rendering on all cameras except the scene view camera and the VRCSDK thumbnail camera.
  • [#338] Don't disable sub-options when a preview plugin is disabled.

New Contributors

Full Changelog: 1.5.0-beta.3...1.5.0-beta.4