File tree Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Expand file tree Collapse file tree 3 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -37,12 +37,10 @@ public static InkLibrary Instance {
3737 Object [ ] objects = UnityEditorInternal . InternalEditorUtility . LoadSerializedFileAndForget ( absoluteSavePath ) ;
3838 if ( objects != null && objects . Length > 0 ) {
3939 Instance = objects [ 0 ] as InkLibrary ;
40- Debug . Log ( "Found library!" ) ;
4140 } else {
4241 Instance = ScriptableObject . CreateInstance < InkLibrary > ( ) ;
4342 Rebuild ( ) ;
4443 SaveToFile ( ) ;
45- Debug . Log ( "Created library!" ) ;
4644 }
4745 }
4846 return _Instance ;
Original file line number Diff line number Diff line change 11{
22 "name" : " com.inklestudios.ink-unity-integration" ,
3- "version" : " 0.9.53 " ,
3+ "version" : " 0.9.60 " ,
44 "displayName" : " Ink Unity Integration" ,
55 "description" : " Unity integration for the open source ink narrative scripting language." ,
66 "unity" : " 2018.4" ,
You can’t perform that action at this time.
0 commit comments