You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A class that provides serializable references to `System.Type` with an accompanying custom property drawer which allows type selection from drop-down.
5
7
@@ -8,6 +10,28 @@ A class that provides serializable references to `System.Type` with an accompany
8
10
Whilst we have not encountered any platform specific issues yet, the source code in this repository *might* not necessarily work for all of Unity's platforms or build configurations. It would be greatly appreciated if people would report issues using the [issue tracker](https://github.com/SolidAlloy/ClassTypeReference-for-Unity/issues).
9
11
10
12
This is a fork of the currently inactive project by Rotorz: [ClassTypeReference for Unity](https://bitbucket.org/rotorz/classtypereference-for-unity/src/master/)
13
+
## Install with OpenUPM
14
+
Once you have the OpenUpm cli run the following command:
0 commit comments