Track the Assembly and Namespace (+ classname) for MonoScripts.
This will make it possible to accurately find the type of a MonoBehaviour.
(Currently workaround is to use the "name" in the main object table for the MonoScript object. But that won't be unique if multiple classes in different namespaces or assemblies have the same class name.)
Track the Assembly and Namespace (+ classname) for MonoScripts.
This will make it possible to accurately find the type of a MonoBehaviour.
(Currently workaround is to use the "name" in the main object table for the MonoScript object. But that won't be unique if multiple classes in different namespaces or assemblies have the same class name.)