diff --git a/Assets/Scenes/Game/SampleScene.unity b/Assets/Scenes/Game/SampleScene.unity index a5b315b2e2439d010cc66c60c38f454702727e52..2013f3e42ba9b131f3abec69b8ec09914224f9b5 100644 --- a/Assets/Scenes/Game/SampleScene.unity +++ b/Assets/Scenes/Game/SampleScene.unity @@ -2442,7 +2442,7 @@ PrefabInstance: - target: {fileID: 7656825943587747004, guid: 4d14c61cba0e5914980f872639cea161, type: 3} propertyPath: m_LocalPosition.z - value: 18.669994 + value: 20.68 objectReference: {fileID: 0} - target: {fileID: 7656825943587747004, guid: 4d14c61cba0e5914980f872639cea161, type: 3} diff --git a/Assets/Scripts/SCTPSController.cs b/Assets/Scripts/SCTPSController.cs index 185d8debcbcb937792c2dee1b5ac905da8dffe4b..1958f8f2927f4b8ee9dcfdd531cd719dd8e0ec63 100644 --- a/Assets/Scripts/SCTPSController.cs +++ b/Assets/Scripts/SCTPSController.cs @@ -90,7 +90,7 @@ public class SCTPSController : MonoBehaviour moveDirection.y = jumpSpeed; } - if (Input.GetKey(KeyCode.Tab)) + if (Input.GetKey(KeyCode.LeftShift)) { moveDirection.x = Input.GetAxis("Horizontal") * runSpeed; moveDirection.z = Input.GetAxis("Vertical") * runSpeed; @@ -190,7 +190,7 @@ public class SCTPSController : MonoBehaviour gravity = 30f; } - if (glidesDone >= 3) + if (glidesDone >= 10) { if (characterController.isGrounded) { diff --git a/Bestiary of Danzi b/Bestiary of Danzi deleted file mode 160000 index 51f133d3f865e2c1931e0840f37a63134ead128e..0000000000000000000000000000000000000000 --- a/Bestiary of Danzi +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 51f133d3f865e2c1931e0840f37a63134ead128e diff --git a/ProjectSettings/ProjectSettings.asset b/ProjectSettings/ProjectSettings.asset index 37113005cbbf21149fabd63de971829c89ac8481..1469ba6a82998296c1b21bdd6977feaead4d33ff 100644 --- a/ProjectSettings/ProjectSettings.asset +++ b/ProjectSettings/ProjectSettings.asset @@ -13,7 +13,7 @@ PlayerSettings: useOnDemandResources: 0 accelerometerFrequency: 60 companyName: DefaultCompany - productName: Quest Prototype Tester + productName: Bestiary of Danzi defaultCursor: {fileID: 0} cursorHotspot: {x: 0, y: 0} m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1} @@ -584,6 +584,7 @@ PlayerSettings: additionalIl2CppArgs: scriptingRuntimeVersion: 1 gcIncremental: 0 + assemblyVersionValidation: 1 gcWBarrierValidation: 0 apiCompatibilityLevelPerPlatform: {} m_RenderingPath: 1 diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/app.info b/Prototype 1/Bestiary of Danzi Prototype_Data/app.info deleted file mode 100644 index 05c85074b43384233e2336116b88c34640ce179e..0000000000000000000000000000000000000000 --- a/Prototype 1/Bestiary of Danzi Prototype_Data/app.info +++ /dev/null @@ -1,2 +0,0 @@ -DefaultCompany -Quest Prototype Tester \ No newline at end of file diff --git a/Prototype 1/Bestiary of Danzi Prototype.exe b/Prototype 1/Bestiary of Danzi.exe similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype.exe rename to Prototype 1/Bestiary of Danzi.exe diff --git a/Prototype 1/Bestiary of Danzi Prototype.zip b/Prototype 1/Bestiary of Danzi.zip similarity index 98% rename from Prototype 1/Bestiary of Danzi Prototype.zip rename to Prototype 1/Bestiary of Danzi.zip index fa13d60227591fa1a8dcbeda62a825c307f63b6d..8ab9dc2c33609504d7891d09b776349e42ef82e5 100644 Binary files a/Prototype 1/Bestiary of Danzi Prototype.zip and b/Prototype 1/Bestiary of Danzi.zip differ diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Assembly-CSharp.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/Assembly-CSharp.dll similarity index 89% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Assembly-CSharp.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/Assembly-CSharp.dll index 443add13191df8ae8165849a38fb0359d4cac8ce..9b4e41cebead2bd11373a2509abfe778805d2910 100644 Binary files a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Assembly-CSharp.dll and b/Prototype 1/Bestiary of Danzi_Data/Managed/Assembly-CSharp.dll differ diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Mono.Security.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/Mono.Security.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Mono.Security.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/Mono.Security.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.ComponentModel.Composition.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.ComponentModel.Composition.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.ComponentModel.Composition.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.ComponentModel.Composition.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Configuration.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.Configuration.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Configuration.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.Configuration.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Core.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.Core.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Core.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.Core.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Data.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.Data.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Data.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.Data.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Diagnostics.StackTrace.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.Diagnostics.StackTrace.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Diagnostics.StackTrace.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.Diagnostics.StackTrace.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Drawing.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.Drawing.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Drawing.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.Drawing.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.EnterpriseServices.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.EnterpriseServices.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.EnterpriseServices.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.EnterpriseServices.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Globalization.Extensions.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.Globalization.Extensions.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Globalization.Extensions.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.Globalization.Extensions.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.IO.Compression.FileSystem.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.IO.Compression.FileSystem.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.IO.Compression.FileSystem.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.IO.Compression.FileSystem.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.IO.Compression.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.IO.Compression.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.IO.Compression.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.IO.Compression.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Net.Http.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.Net.Http.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Net.Http.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.Net.Http.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Numerics.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.Numerics.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Numerics.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.Numerics.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Runtime.Serialization.Xml.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.Runtime.Serialization.Xml.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Runtime.Serialization.Xml.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.Runtime.Serialization.Xml.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Runtime.Serialization.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.Runtime.Serialization.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Runtime.Serialization.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.Runtime.Serialization.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.ServiceModel.Internals.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.ServiceModel.Internals.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.ServiceModel.Internals.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.ServiceModel.Internals.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Transactions.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.Transactions.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Transactions.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.Transactions.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Xml.Linq.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.Xml.Linq.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Xml.Linq.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.Xml.Linq.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Xml.XPath.XDocument.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.Xml.XPath.XDocument.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Xml.XPath.XDocument.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.Xml.XPath.XDocument.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Xml.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.Xml.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.Xml.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.Xml.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/System.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/System.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/System.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.Polybrush.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/Unity.Polybrush.dll similarity index 99% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.Polybrush.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/Unity.Polybrush.dll index da0400f23b591b9a0468b52afb5f1697cca55fa3..01afd797feb088d8cb33e73ad8f57d740467b50c 100644 Binary files a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.Polybrush.dll and b/Prototype 1/Bestiary of Danzi_Data/Managed/Unity.Polybrush.dll differ diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.ProBuilder.Csg.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/Unity.ProBuilder.Csg.dll similarity index 99% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.ProBuilder.Csg.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/Unity.ProBuilder.Csg.dll index 8b8b35800ec51513981ac774d81fcdeaae3af106..5c41f3a246bc98a1208374b3033d839cf722c14a 100644 Binary files a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.ProBuilder.Csg.dll and b/Prototype 1/Bestiary of Danzi_Data/Managed/Unity.ProBuilder.Csg.dll differ diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.ProBuilder.KdTree.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/Unity.ProBuilder.KdTree.dll similarity index 99% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.ProBuilder.KdTree.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/Unity.ProBuilder.KdTree.dll index be7a70fd0167af35e861e70bc0038251f30ca770..fb5e89b417df7080336094c3ffb329ee8e086b7c 100644 Binary files a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.ProBuilder.KdTree.dll and b/Prototype 1/Bestiary of Danzi_Data/Managed/Unity.ProBuilder.KdTree.dll differ diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.ProBuilder.Poly2Tri.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/Unity.ProBuilder.Poly2Tri.dll similarity index 99% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.ProBuilder.Poly2Tri.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/Unity.ProBuilder.Poly2Tri.dll index a901741eab405cca7809d6b51b87433e018ebcb8..ed15f93b54f14c8f606ee1b5236224bfd071d62c 100644 Binary files a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.ProBuilder.Poly2Tri.dll and b/Prototype 1/Bestiary of Danzi_Data/Managed/Unity.ProBuilder.Poly2Tri.dll differ diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.ProBuilder.Stl.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/Unity.ProBuilder.Stl.dll similarity index 99% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.ProBuilder.Stl.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/Unity.ProBuilder.Stl.dll index 4ce124184c723d4c0320039fccdaee3418c500f0..402cf879c5702c49d72c652fdce5334f84ecefa6 100644 Binary files a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.ProBuilder.Stl.dll and b/Prototype 1/Bestiary of Danzi_Data/Managed/Unity.ProBuilder.Stl.dll differ diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.ProBuilder.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/Unity.ProBuilder.dll similarity index 99% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.ProBuilder.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/Unity.ProBuilder.dll index 4c5cd60e8e32efae0e03d041de80bf7758a08a87..137c1aa952496f47c164cd3026c7c37b579223c3 100644 Binary files a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.ProBuilder.dll and b/Prototype 1/Bestiary of Danzi_Data/Managed/Unity.ProBuilder.dll differ diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.TextMeshPro.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/Unity.TextMeshPro.dll similarity index 99% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.TextMeshPro.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/Unity.TextMeshPro.dll index c1bf7e5e01b58072b70829763e4beed2b63170aa..ca60862b2d8a35441a78af77e43454366bec4b43 100644 Binary files a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.TextMeshPro.dll and b/Prototype 1/Bestiary of Danzi_Data/Managed/Unity.TextMeshPro.dll differ diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.Timeline.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/Unity.Timeline.dll similarity index 99% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.Timeline.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/Unity.Timeline.dll index fe5e7644bd9f41e2068f1d78296ad884ed00e120..b3edb1be4b7e1000eecd2118b19bd400f4ae1752 100644 Binary files a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/Unity.Timeline.dll and b/Prototype 1/Bestiary of Danzi_Data/Managed/Unity.Timeline.dll differ diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.AIModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.AIModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.AIModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.AIModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.ARModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.ARModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.ARModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.ARModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.AccessibilityModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.AccessibilityModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.AccessibilityModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.AccessibilityModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.AndroidJNIModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.AndroidJNIModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.AndroidJNIModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.AndroidJNIModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.AnimationModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.AnimationModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.AnimationModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.AnimationModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.AssetBundleModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.AssetBundleModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.AssetBundleModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.AssetBundleModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.AudioModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.AudioModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.AudioModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.AudioModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.ClothModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.ClothModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.ClothModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.ClothModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.ClusterInputModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.ClusterInputModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.ClusterInputModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.ClusterInputModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.ClusterRendererModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.ClusterRendererModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.ClusterRendererModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.ClusterRendererModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.CoreModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.CoreModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.CoreModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.CoreModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.CrashReportingModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.CrashReportingModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.CrashReportingModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.CrashReportingModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.DSPGraphModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.DSPGraphModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.DSPGraphModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.DSPGraphModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.DirectorModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.DirectorModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.DirectorModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.DirectorModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.GameCenterModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.GameCenterModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.GameCenterModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.GameCenterModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.GridModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.GridModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.GridModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.GridModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.HotReloadModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.HotReloadModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.HotReloadModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.HotReloadModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.IMGUIModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.IMGUIModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.IMGUIModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.IMGUIModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.ImageConversionModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.ImageConversionModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.ImageConversionModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.ImageConversionModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.InputLegacyModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.InputLegacyModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.InputLegacyModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.InputLegacyModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.InputModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.InputModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.InputModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.InputModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.JSONSerializeModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.JSONSerializeModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.JSONSerializeModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.JSONSerializeModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.LocalizationModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.LocalizationModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.LocalizationModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.LocalizationModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.ParticleSystemModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.ParticleSystemModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.ParticleSystemModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.ParticleSystemModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.PerformanceReportingModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.PerformanceReportingModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.PerformanceReportingModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.PerformanceReportingModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.Physics2DModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.Physics2DModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.Physics2DModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.Physics2DModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.PhysicsModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.PhysicsModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.PhysicsModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.PhysicsModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.ProfilerModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.ProfilerModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.ProfilerModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.ProfilerModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.ScreenCaptureModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.ScreenCaptureModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.ScreenCaptureModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.ScreenCaptureModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.SharedInternalsModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.SharedInternalsModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.SharedInternalsModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.SharedInternalsModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.SpriteMaskModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.SpriteMaskModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.SpriteMaskModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.SpriteMaskModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.SpriteShapeModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.SpriteShapeModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.SpriteShapeModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.SpriteShapeModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.StreamingModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.StreamingModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.StreamingModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.StreamingModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.SubstanceModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.SubstanceModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.SubstanceModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.SubstanceModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.SubsystemsModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.SubsystemsModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.SubsystemsModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.SubsystemsModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.TLSModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.TLSModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.TLSModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.TLSModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.TerrainModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.TerrainModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.TerrainModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.TerrainModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.TerrainPhysicsModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.TerrainPhysicsModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.TerrainPhysicsModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.TerrainPhysicsModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.TextCoreModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.TextCoreModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.TextCoreModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.TextCoreModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.TextRenderingModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.TextRenderingModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.TextRenderingModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.TextRenderingModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.TilemapModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.TilemapModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.TilemapModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.TilemapModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UI.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UI.dll similarity index 99% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UI.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UI.dll index 6e7ec7ab448ccb141c3cd6443a8dfd42c9cd3e23..4c3ccec993ab6a13f1abc562a14893192a11ff31 100644 Binary files a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UI.dll and b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UI.dll differ diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UIElementsModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UIElementsModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UIElementsModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UIElementsModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UIModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UIModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UIModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UIModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UNETModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UNETModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UNETModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UNETModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UmbraModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UmbraModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UmbraModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UmbraModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UnityAnalyticsModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UnityAnalyticsModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UnityAnalyticsModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UnityAnalyticsModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UnityConnectModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UnityConnectModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UnityConnectModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UnityConnectModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UnityTestProtocolModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UnityTestProtocolModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UnityTestProtocolModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UnityTestProtocolModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UnityWebRequestAssetBundleModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UnityWebRequestAssetBundleModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UnityWebRequestAssetBundleModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UnityWebRequestAssetBundleModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UnityWebRequestAudioModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UnityWebRequestAudioModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UnityWebRequestAudioModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UnityWebRequestAudioModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UnityWebRequestModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UnityWebRequestModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UnityWebRequestModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UnityWebRequestModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UnityWebRequestTextureModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UnityWebRequestTextureModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UnityWebRequestTextureModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UnityWebRequestTextureModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UnityWebRequestWWWModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UnityWebRequestWWWModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.UnityWebRequestWWWModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.UnityWebRequestWWWModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.VFXModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.VFXModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.VFXModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.VFXModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.VRModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.VRModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.VRModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.VRModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.VehiclesModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.VehiclesModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.VehiclesModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.VehiclesModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.VideoModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.VideoModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.VideoModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.VideoModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.WindModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.WindModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.WindModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.WindModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.XRModule.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.XRModule.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.XRModule.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.XRModule.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/UnityEngine.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/UnityEngine.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/mscorlib.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/mscorlib.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/mscorlib.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/mscorlib.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Managed/netstandard.dll b/Prototype 1/Bestiary of Danzi_Data/Managed/netstandard.dll similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Managed/netstandard.dll rename to Prototype 1/Bestiary of Danzi_Data/Managed/netstandard.dll diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Resources/unity default resources b/Prototype 1/Bestiary of Danzi_Data/Resources/unity default resources similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Resources/unity default resources rename to Prototype 1/Bestiary of Danzi_Data/Resources/unity default resources diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/Resources/unity_builtin_extra b/Prototype 1/Bestiary of Danzi_Data/Resources/unity_builtin_extra similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/Resources/unity_builtin_extra rename to Prototype 1/Bestiary of Danzi_Data/Resources/unity_builtin_extra diff --git a/Prototype 1/Bestiary of Danzi_Data/app.info b/Prototype 1/Bestiary of Danzi_Data/app.info new file mode 100644 index 0000000000000000000000000000000000000000..7684d3370b7b7fd18578a69a8081b1a7c257222d --- /dev/null +++ b/Prototype 1/Bestiary of Danzi_Data/app.info @@ -0,0 +1,2 @@ +DefaultCompany +Bestiary of Danzi \ No newline at end of file diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/boot.config b/Prototype 1/Bestiary of Danzi_Data/boot.config similarity index 81% rename from Prototype 1/Bestiary of Danzi Prototype_Data/boot.config rename to Prototype 1/Bestiary of Danzi_Data/boot.config index 0b9d7939bced20cdd54014715d64017d817ffbb2..2f3680b356b2eec7dfd56c043b1eee12c0ae8140 100644 --- a/Prototype 1/Bestiary of Danzi Prototype_Data/boot.config +++ b/Prototype 1/Bestiary of Danzi_Data/boot.config @@ -1,7 +1,7 @@ player-connection-mode=Listen player-connection-guid=290768580 player-connection-debug=0 -player-connection-project-name=Quest Prototype Tester +player-connection-project-name=Bestiary of Danzi player-connection-ip=192.168.1.242 gfx-enable-gfx-jobs=1 gfx-enable-native-gfx-jobs=1 diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/globalgamemanagers b/Prototype 1/Bestiary of Danzi_Data/globalgamemanagers similarity index 97% rename from Prototype 1/Bestiary of Danzi Prototype_Data/globalgamemanagers rename to Prototype 1/Bestiary of Danzi_Data/globalgamemanagers index c7895861ed0ff0c817f492bc180c50c50c40b339..92211319a288af07856392c6b71369b240197b77 100644 Binary files a/Prototype 1/Bestiary of Danzi Prototype_Data/globalgamemanagers and b/Prototype 1/Bestiary of Danzi_Data/globalgamemanagers differ diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/globalgamemanagers.assets b/Prototype 1/Bestiary of Danzi_Data/globalgamemanagers.assets similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/globalgamemanagers.assets rename to Prototype 1/Bestiary of Danzi_Data/globalgamemanagers.assets diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/level0 b/Prototype 1/Bestiary of Danzi_Data/level0 similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/level0 rename to Prototype 1/Bestiary of Danzi_Data/level0 diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/level0.resS b/Prototype 1/Bestiary of Danzi_Data/level0.resS similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/level0.resS rename to Prototype 1/Bestiary of Danzi_Data/level0.resS diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/level1 b/Prototype 1/Bestiary of Danzi_Data/level1 similarity index 99% rename from Prototype 1/Bestiary of Danzi Prototype_Data/level1 rename to Prototype 1/Bestiary of Danzi_Data/level1 index f5398b8ad8f50fac09071fdea779bddff2563986..31511581da3562776b5dd379daa1013f547a2441 100644 Binary files a/Prototype 1/Bestiary of Danzi Prototype_Data/level1 and b/Prototype 1/Bestiary of Danzi_Data/level1 differ diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/level1.resS b/Prototype 1/Bestiary of Danzi_Data/level1.resS similarity index 90% rename from Prototype 1/Bestiary of Danzi Prototype_Data/level1.resS rename to Prototype 1/Bestiary of Danzi_Data/level1.resS index 45fcf97cb99b1fb2775160511289ad67ca15f9a4..22ff43fa1f0368c9d87f10a7dca98729d4e74120 100644 Binary files a/Prototype 1/Bestiary of Danzi Prototype_Data/level1.resS and b/Prototype 1/Bestiary of Danzi_Data/level1.resS differ diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/resources.assets b/Prototype 1/Bestiary of Danzi_Data/resources.assets similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/resources.assets rename to Prototype 1/Bestiary of Danzi_Data/resources.assets diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/resources.assets.resS b/Prototype 1/Bestiary of Danzi_Data/resources.assets.resS similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/resources.assets.resS rename to Prototype 1/Bestiary of Danzi_Data/resources.assets.resS diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/sharedassets0.assets b/Prototype 1/Bestiary of Danzi_Data/sharedassets0.assets similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/sharedassets0.assets rename to Prototype 1/Bestiary of Danzi_Data/sharedassets0.assets diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/sharedassets0.assets.resS b/Prototype 1/Bestiary of Danzi_Data/sharedassets0.assets.resS similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/sharedassets0.assets.resS rename to Prototype 1/Bestiary of Danzi_Data/sharedassets0.assets.resS diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/sharedassets1.assets b/Prototype 1/Bestiary of Danzi_Data/sharedassets1.assets similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/sharedassets1.assets rename to Prototype 1/Bestiary of Danzi_Data/sharedassets1.assets diff --git a/Prototype 1/Bestiary of Danzi Prototype_Data/sharedassets1.assets.resS b/Prototype 1/Bestiary of Danzi_Data/sharedassets1.assets.resS similarity index 100% rename from Prototype 1/Bestiary of Danzi Prototype_Data/sharedassets1.assets.resS rename to Prototype 1/Bestiary of Danzi_Data/sharedassets1.assets.resS