Serially - SerializeReference Drawer and SerializableType

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 your SerializeReference fields.
  • Adds a SerializableType class that lets you serialize System.Type reliably. It uses Guid attribute to keep track of the type against name changes.

The latest release can be found here:

1 Like

Hi! Very cool package! Unfortunately it doesn’t work with array of SerializableType - it produces nullref exception when I try to open type list in editor.

1 Like

Could you please give me some example code that produces the exception, and what version of unity you’re using?