Hi All,
I'm making a custom file creator, where you can specify your file name, location, and also the namespaces to include. I've been able to include all generic c# namespaces, as well as any custom ones (GetExecutingAssembly() and GetCallingAssembly(), respectively), but these do not include namespaces such as UnityEngine, UnityEngine.AI, etc.
Does anyone know how I can get a list of all of these namespaces?
↧