diff --git a/Examples~/Hybrid Simulation Test Project/Packages/packages-lock.json b/Examples~/Hybrid Simulation Test Project/Packages/packages-lock.json index 9538029..67213fc 100755 --- a/Examples~/Hybrid Simulation Test Project/Packages/packages-lock.json +++ b/Examples~/Hybrid Simulation Test Project/Packages/packages-lock.json @@ -5,37 +5,40 @@ "depth": 0, "source": "local", "dependencies": { - "com.unity.entities": "1.0.16" + "com.unity.entities": "1.1.0-pre.3" } }, "com.unity.burst": { - "version": "1.8.11", + "version": "1.8.12", "depth": 1, "source": "registry", "dependencies": { - "com.unity.mathematics": "1.2.1" + "com.unity.mathematics": "1.2.1", + "com.unity.modules.jsonserialize": "1.0.0" }, "url": "https://packages.unity.com" }, "com.unity.collections": { - "version": "2.1.4", + "version": "2.3.0-pre.3", "depth": 2, "source": "registry", "dependencies": { - "com.unity.burst": "1.8.4", + "com.unity.burst": "1.8.8", "com.unity.modules.unityanalytics": "1.0.0", - "com.unity.nuget.mono-cecil": "1.11.4" + "com.unity.nuget.mono-cecil": "1.11.4", + "com.unity.test-framework": "1.3.8", + "com.unity.test-framework.performance": "3.0.2" }, "url": "https://packages.unity.com" }, "com.unity.entities": { - "version": "1.0.16", + "version": "1.1.0-pre.3", "depth": 1, "source": "registry", "dependencies": { "com.unity.burst": "1.8.8", "com.unity.serialization": "3.1.1", - "com.unity.collections": "2.1.4", + "com.unity.collections": "2.3.0-pre.3", "com.unity.mathematics": "1.2.6", "com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.audio": "1.0.0", @@ -48,8 +51,8 @@ "url": "https://packages.unity.com" }, "com.unity.ext.nunit": { - "version": "1.0.6", - "depth": 1, + "version": "2.0.3", + "depth": 4, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" @@ -110,7 +113,7 @@ "url": "https://packages.unity.com" }, "com.unity.render-pipelines.core": { - "version": "14.0.9", + "version": "14.0.10", "depth": 1, "source": "builtin", "dependencies": { @@ -127,8 +130,8 @@ "dependencies": { "com.unity.mathematics": "1.2.1", "com.unity.burst": "1.8.9", - "com.unity.render-pipelines.core": "14.0.9", - "com.unity.shadergraph": "14.0.9", + "com.unity.render-pipelines.core": "14.0.10", + "com.unity.shadergraph": "14.0.10", "com.unity.render-pipelines.universal-config": "14.0.9" } }, @@ -165,20 +168,20 @@ "url": "https://packages.unity.com" }, "com.unity.shadergraph": { - "version": "14.0.9", + "version": "14.0.10", "depth": 1, "source": "builtin", "dependencies": { - "com.unity.render-pipelines.core": "14.0.9", + "com.unity.render-pipelines.core": "14.0.10", "com.unity.searcher": "4.9.2" } }, "com.unity.test-framework": { - "version": "1.1.33", - "depth": 1, + "version": "1.3.8", + "depth": 3, "source": "registry", "dependencies": { - "com.unity.ext.nunit": "1.0.6", + "com.unity.ext.nunit": "2.0.3", "com.unity.modules.imgui": "1.0.0", "com.unity.modules.jsonserialize": "1.0.0" }, diff --git a/Examples~/Hybrid Simulation Test Project/ProjectSettings/ProjectVersion.txt b/Examples~/Hybrid Simulation Test Project/ProjectSettings/ProjectVersion.txt index 2e7bb8a..224decf 100644 --- a/Examples~/Hybrid Simulation Test Project/ProjectSettings/ProjectVersion.txt +++ b/Examples~/Hybrid Simulation Test Project/ProjectSettings/ProjectVersion.txt @@ -1,2 +1,2 @@ -m_EditorVersion: 2022.3.15f1 -m_EditorVersionWithRevision: 2022.3.15f1 (b58023a2b463) +m_EditorVersion: 2022.3.20f1 +m_EditorVersionWithRevision: 2022.3.20f1 (61c2feb0970d) diff --git a/package.json b/package.json index 85eb880..c03761e 100644 --- a/package.json +++ b/package.json @@ -2,10 +2,10 @@ "name": "com.10101software.dots.hybridsimulation", "displayName": "DOTS Hybrid Simulation Worlds", "description": "A framework for using FixedUpdate in a simulation world which is linked to a GameObject-based presentation layer.", - "version": "1.0.3", + "version": "1.1.0", "unity": "2022.3", "dependencies": { - "com.unity.entities": "1.0.16" + "com.unity.entities": "1.1.0-pre.3" }, "repository": { "type": "git", @@ -25,4 +25,4 @@ "url": "https://www.10101software.com/" }, "type": "library" -} \ No newline at end of file +}