Skip to content

v2.16.1

Latest
Compare
Choose a tag to compare
@ExtendReality-Bot ExtendReality-Bot released this 11 May 13:57

2.16.1 (2024-05-11)

Bug Fixes

  • Cast: correct type in raycast hit validity tooltip (acc3b49)

    The word Valid was spelt incorrectly.

  • Data: block custom list editor if ignore custom inspect is set (774c112)

    The custom Observable List Editor should also be blocked if the ZINNIA_IGNORE_CUSTOM_INSPECTOR_EDITOR ifdef is set otherwise it will throw an error becaue it will try and inherit from a class that does not get created in those circumstances.