GameObject Serializer
- December 23, 2019
- Uee
GameObject Serializer is a simple GameObject Serializer and Deserializer. The Serialization creates a simple JSON data representation of the GameObject and its Components. The Deserialization does the inverse operation by converting the JSON data back into a GameObject. To Serialize a GameObject in the Hierarchy simply right-click the GameObject and navigate to JellyFish -> QuickSetup -> GameObje…