Unity-SerializeReferenceExtensions icon indicating copy to clipboard operation
Unity-SerializeReferenceExtensions copied to clipboard

[BUG] Can't select blittable types as `object` / `Object` inheritors

Open Antoshidza opened this issue 1 year ago • 0 comments

What happened?

[SerializeReference, SubclassSelector] private Object _params;

This field let me select any type accessible from unity image But I can't select int / float / bool / etc. Also ValueType doesn't get serialized at all. It is strange, because those blittable types are object -> ValueType -> inheritors and should exist in System namespace.

Package Version

1.4.0

Unity Version

6000.0.19f1

Antoshidza avatar Sep 30 '24 20:09 Antoshidza