From 3a9b77a2ccf38df0ce5244becfdfc947306c76b4 Mon Sep 17 00:00:00 2001 From: Tristan Bellman-Greenwood Date: Tue, 21 Apr 2020 22:04:33 -0400 Subject: [PATCH] updating ASMDEF file names and correcting dependencies --- .../10101software.dots.hybridsimulation.testproject.asmdef | 2 +- Runtime/Scripts/10101software.dots.hybridsimulation.asmdef | 3 +-- package.json | 7 ++++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Examples~/Hybrid Simulation Test Project/Assets/Scripts/10101software.dots.hybridsimulation.testproject.asmdef b/Examples~/Hybrid Simulation Test Project/Assets/Scripts/10101software.dots.hybridsimulation.testproject.asmdef index 907e247..7564d9f 100644 --- a/Examples~/Hybrid Simulation Test Project/Assets/Scripts/10101software.dots.hybridsimulation.testproject.asmdef +++ b/Examples~/Hybrid Simulation Test Project/Assets/Scripts/10101software.dots.hybridsimulation.testproject.asmdef @@ -1,5 +1,5 @@ { - "name": "10101software.dots.hybridsimulation.testproject", + "name": "10101Software.DOTS.HybridSimulation.TestProject", "references": [ "GUID:852fdcd981c08e249a237d901a75e290", "GUID:734d92eba21c94caba915361bd5ac177", diff --git a/Runtime/Scripts/10101software.dots.hybridsimulation.asmdef b/Runtime/Scripts/10101software.dots.hybridsimulation.asmdef index 56a9314..90b2bb8 100644 --- a/Runtime/Scripts/10101software.dots.hybridsimulation.asmdef +++ b/Runtime/Scripts/10101software.dots.hybridsimulation.asmdef @@ -1,8 +1,7 @@ { - "name": "10101software.dots.hybridsimulation", + "name": "10101Software.DOTS.HybridSimulation", "references": [ "GUID:734d92eba21c94caba915361bd5ac177", - "GUID:d8b63aba1907145bea998dd612889d6b", "GUID:e0cd26848372d4e5c891c569017e11f1" ], "includePlatforms": [], diff --git a/package.json b/package.json index 8a685e4..308c693 100644 --- a/package.json +++ b/package.json @@ -1,11 +1,12 @@ { "name": "com.10101software.dots.hybridsimulation", "description": "A framework for using FixedUpdate in a simulation world which is linked to a GameObject-based presentation layer.", - "version": "0.1.0", + "version": "0.1.1", "unity": "2020.1", "displayName": "DOTS Hybrid Simulation Worlds", "dependencies": { - "com.unity.entities": "0.9.1-preview.15" + "com.unity.entities": "0.9.1-preview.15", + "com.unity.collections": "0.7.1-preview.3" }, "repository": { "type": "git", @@ -13,4 +14,4 @@ "revision": "a5ec7341f8e6212988addab7ac585958f126e289" }, "type": "library" -} +} \ No newline at end of file