Esempio n. 1
0
 /// <summary>
 /// Load asset definitions
 /// </summary>
 /// <param name="filePath">path to load from</param>
 public void LoadAsset <t>(string filePath)
 {
     AssetManager <t> .AddObjs(FileLoader.LoadJson <t>(Path.Combine(Application.streamingAssetsPath, filePath)));
 }