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 destription There are some cases where I want to select subclasses of `ICardActionCommand` directly, where I can create ready to use instance from inspector, but sometimes I need...

enhancement

## Description As mentioned in #66, hardcoded foldout position adjustment in [SubclassSelectorDrawer, lines 60 to 64](https://github.com/mackysoft/Unity-SerializeReferenceExtensions/blob/b7d76fb0c5133adc87e09c1d7aea87882a1d812a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/SubclassSelectorDrawer.cs#L60) for `UNITY_2022_2_OR_NEVER` is redundant for newer versions (2022.3 and forwards) so I replaced the...

### Improvement destription [SubclassSelectorDrawer, lines 60 to 64](https://github.com/mackysoft/Unity-SerializeReferenceExtensions/blob/b7d76fb0c5133adc87e09c1d7aea87882a1d812a/Assets/MackySoft/MackySoft.SerializeReferenceExtensions/Editor/SubclassSelectorDrawer.cs#L60) adjust foldout rectangle horizontal position by 12 units to the left for versions 2022.2 or newer like so: ``` #if UNITY_2022_2_OR_NEWER //...

enhancement

### What happened? If you import the package into a Unity Project via OpenUPM, then all of the code is kept from compiling due to the preprocessor macros used. If...

bug

### What happened? Hi, I have array of serializable elements and after upgrading package version (I am pretty sure it worked before) there is no option to drag elements to...

bug

### What happened? I am using xNode (free node editor asset) and have added the [HideInInspector] attribute to hide the standard rendering as it is displayed on the node. Instead,...

bug

### Feature description It would be amazing if ui toolkit based editors could make use of `SubclassSelector` out of the box.

enhancement

## Description AutoTypeMenuAttribute does the same thing as AddTypeMenuAttribute but specifying the path is not needed. It will automatically add the path recursively to all the sub classes as well....

### Feature description First of all thanks for the great package, it works like a charm! So I'm not sure if this is possible, but it would be nice if...

enhancement

### Feature description I'm not sure if this belongs in here or in the [SerializedDictionary](https://github.com/ayellowpaper/SerializedDictionary) plugin that I use, but it would be great if it was compatable out of...

enhancement