From 70fe1fb0ac5eca8ec03dc03e75acf3d6f14739d8 Mon Sep 17 00:00:00 2001 From: Tristan Bellman-Greenwood Date: Thu, 9 May 2024 10:08:48 -0400 Subject: [PATCH] updating to Entities 1.2.1 --- .../Packages/packages-lock.json | 32 +++++++++---------- .../ProjectSettings/ProjectVersion.txt | 4 +-- package.json | 6 ++-- 3 files changed, 21 insertions(+), 21 deletions(-) diff --git a/Examples~/Hybrid Simulation Test Project/Packages/packages-lock.json b/Examples~/Hybrid Simulation Test Project/Packages/packages-lock.json index 0cebbfa..d537f28 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.1.0-pre.3" + "com.unity.entities": "1.2.1" } }, "com.unity.burst": { @@ -19,31 +19,31 @@ "url": "https://packages.unity.com" }, "com.unity.collections": { - "version": "2.3.0-pre.3", + "version": "2.4.1", "depth": 2, "source": "registry", "dependencies": { - "com.unity.burst": "1.8.8", - "com.unity.modules.unityanalytics": "1.0.0", + "com.unity.burst": "1.8.13", "com.unity.nuget.mono-cecil": "1.11.4", - "com.unity.test-framework": "1.3.8", - "com.unity.test-framework.performance": "3.0.2" + "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.1.0-pre.3", + "version": "1.2.1", "depth": 1, "source": "registry", "dependencies": { - "com.unity.burst": "1.8.8", + "com.unity.burst": "1.8.13", "com.unity.serialization": "3.1.1", - "com.unity.collections": "2.3.0-pre.3", - "com.unity.mathematics": "1.2.6", + "com.unity.collections": "2.4.1", + "com.unity.mathematics": "1.3.1", "com.unity.modules.assetbundle": "1.0.0", "com.unity.modules.audio": "1.0.0", + "com.unity.modules.unityanalytics": "1.0.0", "com.unity.modules.unitywebrequest": "1.0.0", - "com.unity.test-framework.performance": "3.0.2", + "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" @@ -92,8 +92,8 @@ "url": "https://packages.unity.com" }, "com.unity.mathematics": { - "version": "1.2.6", - "depth": 1, + "version": "1.3.1", + "depth": 2, "source": "registry", "dependencies": {}, "url": "https://packages.unity.com" @@ -177,7 +177,7 @@ } }, "com.unity.test-framework": { - "version": "1.3.8", + "version": "1.4.3", "depth": 3, "source": "registry", "dependencies": { @@ -188,7 +188,7 @@ "url": "https://packages.unity.com" }, "com.unity.test-framework.performance": { - "version": "3.0.2", + "version": "3.0.3", "depth": 2, "source": "registry", "dependencies": { @@ -272,7 +272,7 @@ }, "com.unity.modules.unityanalytics": { "version": "1.0.0", - "depth": 3, + "depth": 2, "source": "builtin", "dependencies": { "com.unity.modules.unitywebrequest": "1.0.0", diff --git a/Examples~/Hybrid Simulation Test Project/ProjectSettings/ProjectVersion.txt b/Examples~/Hybrid Simulation Test Project/ProjectSettings/ProjectVersion.txt index e3269c9..d971767 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.25f1 -m_EditorVersionWithRevision: 2022.3.25f1 (530ae0ba3889) +m_EditorVersion: 2022.3.28f1 +m_EditorVersionWithRevision: 2022.3.28f1 (6bae5ce6b222) diff --git a/package.json b/package.json index c03761e..f8f726b 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.1.0", + "version": "1.2.0", "unity": "2022.3", "dependencies": { - "com.unity.entities": "1.1.0-pre.3" + "com.unity.entities": "1.2.1" }, "repository": { "type": "git", @@ -25,4 +25,4 @@ "url": "https://www.10101software.com/" }, "type": "library" -} +} \ No newline at end of file