From 26de6487c94fb002e9cd89b900d493264a5ba60b Mon Sep 17 00:00:00 2001 From: Tristan Bellman-Greenwood Date: Sat, 6 Jul 2024 12:39:54 -0400 Subject: [PATCH] updating to Entities 1.2.3 and updating the examople project to the latest versions of Unity/packages --- .../Packages/manifest.json | 2 +- .../Packages/packages-lock.json | 14 +++++++------- .../ProjectSettings/ProjectVersion.txt | 4 ++-- package.json | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/Examples~/Hybrid Simulation Test Project/Packages/manifest.json b/Examples~/Hybrid Simulation Test Project/Packages/manifest.json index ed42f67..6f9afa2 100755 --- a/Examples~/Hybrid Simulation Test Project/Packages/manifest.json +++ b/Examples~/Hybrid Simulation Test Project/Packages/manifest.json @@ -1,7 +1,7 @@ { "dependencies": { "com.10101software.dots.hybridsimulation": "file:../../..", - "com.unity.ide.rider": "3.0.28", + "com.unity.ide.rider": "3.0.31", "com.unity.ide.visualstudio": "2.0.22", "com.unity.ide.vscode": "1.2.5", "com.unity.inputsystem": "1.7.0", diff --git a/Examples~/Hybrid Simulation Test Project/Packages/packages-lock.json b/Examples~/Hybrid Simulation Test Project/Packages/packages-lock.json index d537f28..4b7c9f1 100755 --- a/Examples~/Hybrid Simulation Test Project/Packages/packages-lock.json +++ b/Examples~/Hybrid Simulation Test Project/Packages/packages-lock.json @@ -5,11 +5,11 @@ "depth": 0, "source": "local", "dependencies": { - "com.unity.entities": "1.2.1" + "com.unity.entities": "1.2.3" } }, "com.unity.burst": { - "version": "1.8.13", + "version": "1.8.16", "depth": 1, "source": "registry", "dependencies": { @@ -19,7 +19,7 @@ "url": "https://packages.unity.com" }, "com.unity.collections": { - "version": "2.4.1", + "version": "2.4.2", "depth": 2, "source": "registry", "dependencies": { @@ -31,13 +31,13 @@ "url": "https://packages.unity.com" }, "com.unity.entities": { - "version": "1.2.1", + "version": "1.2.3", "depth": 1, "source": "registry", "dependencies": { "com.unity.burst": "1.8.13", "com.unity.serialization": "3.1.1", - "com.unity.collections": "2.4.1", + "com.unity.collections": "2.4.2", "com.unity.mathematics": "1.3.1", "com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.audio": "1.0.0", @@ -58,7 +58,7 @@ "url": "https://packages.unity.com" }, "com.unity.ide.rider": { - "version": "3.0.28", + "version": "3.0.31", "depth": 0, "source": "registry", "dependencies": { @@ -144,7 +144,7 @@ } }, "com.unity.scriptablebuildpipeline": { - "version": "1.21.21", + "version": "1.21.23", "depth": 2, "source": "registry", "dependencies": {}, diff --git a/Examples~/Hybrid Simulation Test Project/ProjectSettings/ProjectVersion.txt b/Examples~/Hybrid Simulation Test Project/ProjectSettings/ProjectVersion.txt index d971767..688cd2d 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.28f1 -m_EditorVersionWithRevision: 2022.3.28f1 (6bae5ce6b222) +m_EditorVersion: 2022.3.36f1 +m_EditorVersionWithRevision: 2022.3.36f1 (95a4219250e5) diff --git a/package.json b/package.json index f8f726b..6c26542 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.2.0", + "version": "1.2.1", "unity": "2022.3", "dependencies": { - "com.unity.entities": "1.2.1" + "com.unity.entities": "1.2.3" }, "repository": { "type": "git",