Skip to content

Commit

Permalink
updating Entities to 1.3.5 and updating the example project
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg10101 committed Oct 19, 2024
1 parent 8e221dd commit 99ecd94
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.11.0",
"com.unity.inputsystem": "1.11.2",
"com.unity.render-pipelines.universal": "14.0.11",
"com.unity.ugui": "1.0.0",
"com.unity.modules.animation": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.entities": "1.3.2"
"com.unity.entities": "1.3.5"
}
},
"com.unity.burst": {
"version": "1.8.17",
"version": "1.8.18",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -31,13 +31,13 @@
"url": "https://packages.unity.com"
},
"com.unity.entities": {
"version": "1.3.2",
"version": "1.3.5",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.17",
"com.unity.burst": "1.8.18",
"com.unity.collections": "2.5.1",
"com.unity.mathematics": "1.3.1",
"com.unity.mathematics": "1.3.2",
"com.unity.modules.audio": "1.0.0",
"com.unity.serialization": "3.1.1",
"com.unity.profiling.core": "1.0.2",
Expand Down Expand Up @@ -85,7 +85,7 @@
"url": "https://packages.unity.com"
},
"com.unity.inputsystem": {
"version": "1.11.0",
"version": "1.11.2",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -94,7 +94,7 @@
"url": "https://packages.unity.com"
},
"com.unity.mathematics": {
"version": "1.3.1",
"version": "1.3.2",
"depth": 2,
"source": "registry",
"dependencies": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.48f1
m_EditorVersionWithRevision: 2022.3.48f1 (8bf49c377ebf)
m_EditorVersion: 2022.3.50f1
m_EditorVersionWithRevision: 2022.3.50f1 (c3db7f8bf9b1)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.3.0",
"version": "1.3.1",
"unity": "2022.3",
"dependencies": {
"com.unity.entities": "1.3.2"
"com.unity.entities": "1.3.5"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 99ecd94

Please sign in to comment.