Unity: Load Assets in Editor
Sometimes you need to load assets in the editor without the comfort of a direct reference. Assets are loaded using the AssetDatabase and it can be done by Instance ID The instance ID is visible at the top of the inspector when the inspector debug mode is active. Beware, the instance ID survives enter/exit … Read more