com.unity.runtime-scene-serialization 0.3.5-preview

com.unity.runtime-scene-serialization

Notes: processedReleased May 5, 2022

Browse versions

PreviousNext

Unity Compatibility

Minimum Unity: 2019.3 (0f6)

Package Dependencies

Features

  • SceneSerialization.FromJsonOverride method for deserializing to existing containers
  • Basic AssetBundles example

🔧 Bug Fixes

  • Issues serializing very large or very small `ulong`, `decimal`, `double`, and `float` values
  • Issue where generated property bags for built-in types would be empty if those types had `UnityEngine.Object` fields or properties stripped.
  • Issues with importing scenes immediately on app start in Awake