Skip to content

Commit be9f342

Browse files
author
Tom Kail
committed
build package and tidy
1 parent aea21b0 commit be9f342

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed
-129 Bytes
Binary file not shown.

Packages/Ink/Editor/Core/Ink Library/InkLibrary.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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;

Packages/Ink/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)