Exemple #1
0
 static InkLibrary FindOrCreateLibrary()
 {
     return(InkEditorUtils.FindOrCreateSingletonScriptableObjectOfType <InkLibrary>(defaultPath, pathPlayerPrefsKey));
 }
Exemple #2
0
 static InkSettings FindOrCreateSettings()
 {
     return(InkEditorUtils.FindOrCreateSingletonScriptableObjectOfType <InkSettings>(defaultPath, pathPlayerPrefsKey));
 }