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