diff --git a/Editor/ScriptsForRoR2/RoR2EditorScripts.asmdef b/Editor/ScriptsForRoR2/RoR2EditorScripts.asmdef index 3cf20ea..9db0e01 100644 --- a/Editor/ScriptsForRoR2/RoR2EditorScripts.asmdef +++ b/Editor/ScriptsForRoR2/RoR2EditorScripts.asmdef @@ -6,7 +6,9 @@ "ThunderKit.Core", "ThunderKit.Common" ], - "includePlatforms": [], + "includePlatforms": [ + "Editor" + ], "excludePlatforms": [], "allowUnsafeCode": false, "overrideReferences": true, diff --git a/README.md b/README.md index 29950be..2e88b7e 100644 --- a/README.md +++ b/README.md @@ -34,6 +34,11 @@ A more detailed Contribution guideline can be found [here](https://github.com/ri ### Current +### '3.0.2' + +* RoR2EditorScripts changes: + * Made assembly Editor Only + ### '3.0.1' * Core Changes: diff --git a/manifest.json b/manifest.json index 6782bf4..fce6b90 100644 --- a/manifest.json +++ b/manifest.json @@ -1,7 +1,7 @@ { "name": "RoR2EditorKit", "author": "RiskofThunder", - "version_number": "3.0.1", + "version_number": "3.0.2", "website_url": "https://github.com/risk-of-thunder/RoR2EditorKit", "description": "The Risk of Rain 2 Editor Kit (Abreviated as ROR2EK) is a Thunderkit Extension designed specifically for helping mod creators create content for Risk of Rain 2.", "dependencies": [] diff --git a/package.json b/package.json index c764a5e..cb77a4a 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ "url": "" }, "displayName": "RoR2EditorKit", - "version": "3.0.1", + "version": "3.0.2", "unity": "2019.4", "description": "The Risk of Rain 2 Editor Kit (Abreviated as ROR2EK) is a Thunderkit Extension designed specifically for helping mod creators create content for Risk of Rain 2." } \ No newline at end of file