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

Provide popup to specify the type of the field serialized by the [SerializeReference] attribute in the inspector.

Results 24 Unity-SerializeReferenceExtensions issues
Sort by recently updated
recently updated
newest added

### Feature description it will be nice if we can add something like `[DisallowMultipleComponent]`

enhancement

### What happened? If you have an array like this: ` [SerializeReference, SubclassSelector] ISkillEffect[] effects = Array.Empty();` and you select a prefab that contains that line before clicking to play....

bug

### What happened? Component is not being set dirty after change of selected class using SubclassSelector. I am using TriInspector attributes (like ValidateInputAttribute, InfoBoxAttribute) that are dynamically add useful info...

bug

### What happened? Please look at Effect = Currency Production Building Effect. This is the one that uses the [SubclassSelector] There's a vertical scrollbar even though there's still a lot...

bug