Skip to content

A Better Unity Serializer for Editor Scripts. Stores custom Classes and References aswell as direct data on demand.

License

Notifications You must be signed in to change notification settings

SupraEntertainment/BetterUnitySerializer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BetterUnitySerializer

Unitys Serialization is not able to save ScriptableObjects directly inside another scriptableObject AND save them as reference in another spot. Essentially... the assetDatabase doesn't generate asset IDs for objects, that aren't scriptableObjects... and if they have asset IDs they cannot be saved inside another asset.

This limitation is rather tiresome, and makes for some ugly workarounds, or simply things that are impossible

Add to your project or as dependency

https://github.com/SupraEntertainment/BetterUnitySerializer.git?path=/Packages#main

About

A Better Unity Serializer for Editor Scripts. Stores custom Classes and References aswell as direct data on demand.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages