Skip to content

v1.3.4

Choose a tag to compare

@yasirkula yasirkula released this 05 Apr 17:17
· 1 commit to master since this release
  • BREAKING CHANGE: Replaced BinaryFormatter with JsonUtility in PanelSerialization for Unity 6.8 compatibility (https://discussions.unity.com/t/path-to-coreclr-2026-upgrade-guide/1714279). This breaks all currently saved panel layouts, so calling canvas.LoadLayout won't work for existing data. It'll continue working after calling canvas.SaveLayout again (the newly serialized data will be in json format instead of binary)
  • Fixed a bug on Unity 6.5 where DynamicPanelsCanvas.LoadLayout would sometimes disable all components on a panel's content object
  • Simplified codebase for Unity 2021.3.41f1