This repository was archived by the owner on Dec 24, 2020. It is now read-only.
0.2.6166
Pre-release
Pre-release
Version 0.2.6166 - 28 August 2018
- Add support object ids mapping inside scripts (use
ObjectIdModifier
on deserialization) - Add
ISceneObject
interface to unify various functionalities for both Scripts and Actors - Add
TextLayoutOptions.Scale
- Improve text layout
- Improve Mono backend performance
- Improve object references handling in scripts in prefabs
- Improve reverting changes to prefab for ISceneObject references
- Increase default editor update rate to 60 FPS and reduce physics update
- Remove deprecated
Globals.LocalizationFolder
andGlobals.ConfigFolder
- Fix rare crashes on prefabs apply
- Fix Script callback searching (better method signature query)
- Fix using Script callback methods in base classes that use generic parameters