Hey all,
Im trying to either find the names of the assemblies that your scripts are stored in or just get the types of all script classes. If anyone has any ideas, please just let me know, any input would be greatly appreciated.
Thanks in advance.
Hey all,
Im trying to either find the names of the assemblies that your scripts are stored in or just get the types of all script classes. If anyone has any ideas, please just let me know, any input would be greatly appreciated.
Thanks in advance.
You can get all the other scripts that share an Assembly with a script via:
typeof(YourScript).Assembly.GetTypes()
As far as I know, all the “same scope” scripts are in their own assembly. So
/Editor/
for example is a different assembly than
/Standard Assets/