From 8e221ddf66f6e3a71711d0627f4a812694fb9b4b Mon Sep 17 00:00:00 2001 From: Tristan Bellman-Greenwood Date: Sat, 28 Sep 2024 18:08:38 -0400 Subject: [PATCH] update Entities to 1.3.2 and updating the example project to the latest version of Unity --- .../Packages/manifest.json | 2 +- .../Packages/packages-lock.json | 36 ++++++++++--------- .../ProjectSettings/ProjectVersion.txt | 4 +-- package.json | 4 +-- 4 files changed, 24 insertions(+), 22 deletions(-) diff --git a/Examples~/Hybrid Simulation Test Project/Packages/manifest.json b/Examples~/Hybrid Simulation Test Project/Packages/manifest.json index 6f9afa2..cfb4752 100755 --- a/Examples~/Hybrid Simulation Test Project/Packages/manifest.json +++ b/Examples~/Hybrid Simulation Test Project/Packages/manifest.json @@ -4,7 +4,7 @@ "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", + "com.unity.inputsystem": "1.11.0", "com.unity.render-pipelines.universal": "14.0.11", "com.unity.ugui": "1.0.0", "com.unity.modules.animation": "1.0.0", diff --git a/Examples~/Hybrid Simulation Test Project/Packages/packages-lock.json b/Examples~/Hybrid Simulation Test Project/Packages/packages-lock.json index 666d4d1..a2a893b 100755 --- a/Examples~/Hybrid Simulation Test Project/Packages/packages-lock.json +++ b/Examples~/Hybrid Simulation Test Project/Packages/packages-lock.json @@ -5,7 +5,7 @@ "depth": 0, "source": "local", "dependencies": { - "com.unity.entities": "1.2.4" + "com.unity.entities": "1.3.2" } }, "com.unity.burst": { @@ -19,34 +19,36 @@ "url": "https://packages.unity.com" }, "com.unity.collections": { - "version": "2.4.3", + "version": "2.5.1", "depth": 2, "source": "registry", "dependencies": { - "com.unity.burst": "1.8.13", + "com.unity.burst": "1.8.17", + "com.unity.test-framework": "1.4.5", "com.unity.nuget.mono-cecil": "1.11.4", - "com.unity.test-framework": "1.4.3", "com.unity.test-framework.performance": "3.0.3" }, "url": "https://packages.unity.com" }, "com.unity.entities": { - "version": "1.2.4", + "version": "1.3.2", "depth": 1, "source": "registry", "dependencies": { - "com.unity.burst": "1.8.13", - "com.unity.serialization": "3.1.1", - "com.unity.collections": "2.4.3", + "com.unity.burst": "1.8.17", + "com.unity.collections": "2.5.1", "com.unity.mathematics": "1.3.1", - "com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.audio": "1.0.0", + "com.unity.serialization": "3.1.1", + "com.unity.profiling.core": "1.0.2", + "com.unity.modules.physics": "1.0.0", + "com.unity.nuget.mono-cecil": "1.11.4", + "com.unity.modules.uielements": "1.0.0", + "com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.unityanalytics": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0", - "com.unity.test-framework.performance": "3.0.3", - "com.unity.nuget.mono-cecil": "1.11.4", - "com.unity.scriptablebuildpipeline": "1.20.2", - "com.unity.profiling.core": "1.0.2" + "com.unity.scriptablebuildpipeline": "1.21.21", + "com.unity.test-framework.performance": "3.0.3" }, "url": "https://packages.unity.com" }, @@ -83,7 +85,7 @@ "url": "https://packages.unity.com" }, "com.unity.inputsystem": { - "version": "1.7.0", + "version": "1.11.0", "depth": 0, "source": "registry", "dependencies": { @@ -162,8 +164,8 @@ "depth": 2, "source": "registry", "dependencies": { - "com.unity.collections": "2.1.4", - "com.unity.burst": "1.7.2" + "com.unity.burst": "1.7.2", + "com.unity.collections": "2.1.4" }, "url": "https://packages.unity.com" }, @@ -177,7 +179,7 @@ } }, "com.unity.test-framework": { - "version": "1.4.3", + "version": "1.4.5", "depth": 3, "source": "registry", "dependencies": { diff --git a/Examples~/Hybrid Simulation Test Project/ProjectSettings/ProjectVersion.txt b/Examples~/Hybrid Simulation Test Project/ProjectSettings/ProjectVersion.txt index 690d52d..4cef776 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.43f1 -m_EditorVersionWithRevision: 2022.3.43f1 (85497d293fa1) +m_EditorVersion: 2022.3.48f1 +m_EditorVersionWithRevision: 2022.3.48f1 (8bf49c377ebf) diff --git a/package.json b/package.json index 21978b6..f52aaf7 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.2", + "version": "1.3.0", "unity": "2022.3", "dependencies": { - "com.unity.entities": "1.2.4" + "com.unity.entities": "1.3.2" }, "repository": { "type": "git",