I cannot for the life of me find this function I have used in the past. It’s in one of Unity’s library. It’s essentially essentially a reflection utility for getting a type from an assembly in a single line. Does anyone remember what this is called? It’s a Unity function, not a .net function
The only type related utilities I know of in Unity are TypeCache: Unity - Scripting API: TypeCache
4 Likes
Omfg yes thank you! That’s the one.
2 Likes