Hi everyone. I made a package a while ago that I want to share here. If you find it useful, please give it a star on GitHub and provide feedback by making a new Issue!
The package does two things:
- Adds a
ShowSerializeReference
attribute that lets you instantiate types into yourSerializeReference
fields. - Adds a
SerializableType
class that lets you serializeSystem.Type
reliably. It usesGuid
attribute to keep track of the type against name changes.
The latest release can be found here: