Skip to content

v151.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Dec 23:15
· 2 commits to main since this release

151.0.0 (2024-12-27)

Bug Fixes

  • fixing SetDirtyBit being called with mask equals 0 (56d07cd)

  • improving error message for spawning scene objects (91f89ea)

  • feat!: SpawnVisibleObjects now calls RemoveAllVisibleObjects (fe14235)

  • feat!: SpawnVisibleObjects no longer skips disabled gameObject (d160e77)

BREAKING CHANGES

  • SpawnVisibleObjects now calls RemoveAllVisibleObjects before spawning objects
  • SpawnVisibleObjects no longer checks identity.gameObject.activeSelf before spawning objects