Example #1
0
 public static string CreatePathInRuntime <T>(this IScriptableObjectDataStoreInResources self) where T : ScriptableObject
 {
     return(Regex.Replace(CreatePath <T>(), $"{Extension}$", string.Empty));
 }
Example #2
0
 public static string CreatePathInRuntime <T>(this IScriptableObjectDataStoreInResources self) where T : ScriptableObject
 {
     return(Regex.Replace(CreatePath <T>(), string.Format("{0}$", EXTENSION), string.Empty));
 }