Moroshka.DerivedTypes
>-
com.moroshka.derived-types Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/derived-types.git?path=upm README Markdown
Copy this to your project's README.md
## Installation
Add **Moroshka.DerivedTypes** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/derived-types.git?path=upm
```
[](https://www.pkglnk.dev/pkg/derived-types)README
Derived Types allows serialization of System.Type for the Unity inspector. It appears as a dropdown list in the Unity inspector. The list contains an enumeration of types inherited from the specified base type, while excluding the current file from the list.
No comments yet. Be the first!