![]()  | 
  
    CodeSmile AssetDatabase 1.9
    
   Unity's AssetDatabase in enjoyable, consistent, concise, convenient, comprehensible, safe, documented form. 
   | 
 
      
  | 
  static | 
Loads an asset at path or creates the asset if needed.
| path | Path to an asset file. | 
| getInstance | Method that returns an object instance. Invoked only if the asset needs to be created. | 
| T | UnityEngine.Object derived type. | 
| T | : | Object | 
Definition at line 388 of file Asset.File.cs.
References Asset.File.Create(), and Asset.File.ImportAndLoad< T >().
 Here is the call graph for this function: