Posts Tagged Unity Serializer

Unity Serializer v0.965 – RELEASE CANDIDATE 1


I am releasing the first release candidate of Unity Serializer. Thank you so much for all the help in testing.

[Fix] Removed more warnings concerning ScriptableObject instantiation
[Fix] Problems saving colliders in certain circumstances
[Fix] DoNotSerialize can target events
[New] IControlSerialization interface to allow components to specify that they should not be saved
[Fix] Joints were not storing motor and spring properties
[Fix] Rigidbodies weren’t always saving correctly in certain circumstances
[New] Getting started guide included in install
[New] iTween and PlayMaker packages included in AddOns folder
[Fix] Improved object activation
[Fix] Errors created by having duplicate prefabs (AddPrefabPath + normal)
[Fix] Problem with properties not always having a GetMethod (explicit interfaces?)
[Fix] Can now store terrain (so that it can be moved)

,

Leave a comment

Unity Serializer PlayMaker extension now has custom actions


I’ve added custom actions to the PlayMaker serializer to enable saving and resuming from checkpoints and also saving and loading games. There is an example scene in the download that shows using these actions to make a simple save game menu 100% in PlayMaker.

The download is available here.

, ,

Leave a comment

New Unity Serializer Getting Started Guide


I’ve added a longer Getting Started guide for Unity Serializer that you can access here.  I have also split out the API reference which is available on this page.

There will be an FAQ coming soon.

, ,

Leave a comment

Unity Serializer v0.951


Version 0.951 contains a series of fixes from inbound bug reports. No new features are expected

[Fix] Rigidbody no longer reports warning when kinematic
[Fix] Multiple similar components allowed on the same game object (broken in 0.941)
[Fix] Activation status of sub components could be overwritten
[Fix] Creation of scriptable objects caused a warning
[Fix] Wrapped UnityEditor using directive for builds

,

3 Comments