Skip to content

Commit

Permalink
updating Entities version and Unity version for example project
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg10101 committed May 6, 2022
1 parent 747abd6 commit 8a84938
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
"dependencies": {
"com.10101software.dots.hybridsimulation": "file:../../..",
"com.unity.ide.rider": "2.0.7",
"com.unity.ide.visualstudio": "2.0.14",
"com.unity.ide.visualstudio": "2.0.15",
"com.unity.ide.vscode": "1.2.5",
"com.unity.inputsystem": "1.3.0",
"com.unity.render-pipelines.universal": "10.8.1",
"com.unity.render-pipelines.universal": "10.9.0",
"com.unity.ugui": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.entities": "0.50.0-preview.24"
"com.unity.entities": "0.50.1-preview.2"
}
},
"com.unity.burst": {
Expand All @@ -18,7 +18,7 @@
"url": "https://packages.unity.com"
},
"com.unity.collections": {
"version": "1.2.3-pre.1",
"version": "1.2.3",
"depth": 2,
"source": "registry",
"dependencies": {
Expand All @@ -28,21 +28,21 @@
"url": "https://packages.unity.com"
},
"com.unity.entities": {
"version": "0.50.0-preview.24",
"version": "0.50.1-preview.2",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.6.4",
"com.unity.properties": "1.7.0-preview",
"com.unity.properties.ui": "1.7.0-preview",
"com.unity.serialization": "1.7.0-preview.1",
"com.unity.collections": "1.2.3-pre.1",
"com.unity.collections": "1.2.3",
"com.unity.mathematics": "1.2.5",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.unitywebrequest": "1.0.0",
"com.unity.test-framework.performance": "2.3.1-preview",
"com.unity.nuget.mono-cecil": "1.10.1",
"com.unity.jobs": "0.50.0-preview.8",
"com.unity.jobs": "0.50.0-preview.9",
"com.unity.scriptablebuildpipeline": "1.19.2",
"com.unity.platforms": "0.50.0-preview.4",
"com.unity.roslyn": "0.2.1-preview",
Expand All @@ -67,7 +67,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.14",
"version": "2.0.15",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -92,12 +92,12 @@
"url": "https://packages.unity.com"
},
"com.unity.jobs": {
"version": "0.50.0-preview.8",
"version": "0.50.0-preview.9",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.6.4",
"com.unity.collections": "1.2.3-pre.1",
"com.unity.collections": "1.2.3",
"com.unity.mathematics": "1.2.1",
"com.unity.nuget.mono-cecil": "1.10.1"
},
Expand Down Expand Up @@ -166,7 +166,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "10.8.1",
"version": "10.9.0",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -177,13 +177,13 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.universal": {
"version": "10.8.1",
"version": "10.9.0",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.1.0",
"com.unity.render-pipelines.core": "10.8.1",
"com.unity.shadergraph": "10.8.1"
"com.unity.render-pipelines.core": "10.9.0",
"com.unity.shadergraph": "10.9.0"
},
"url": "https://packages.unity.com"
},
Expand Down Expand Up @@ -222,11 +222,11 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "10.8.1",
"version": "10.9.0",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.render-pipelines.core": "10.8.1",
"com.unity.render-pipelines.core": "10.9.0",
"com.unity.searcher": "4.3.2"
},
"url": "https://packages.unity.com"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2020.3.32f1
m_EditorVersionWithRevision: 2020.3.32f1 (12f8b0834f07)
m_EditorVersion: 2020.3.34f1
m_EditorVersionWithRevision: 2020.3.34f1 (9a4c9c70452b)
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "com.10101software.dots.hybridsimulation",
"description": "A framework for using FixedUpdate in a simulation world which is linked to a GameObject-based presentation layer.",
"version": "0.9.0",
"version": "0.9.1",
"unity": "2020.3",
"displayName": "DOTS Hybrid Simulation Worlds",
"dependencies": {
"com.unity.entities": "0.50.0-preview.24"
"com.unity.entities": "0.50.1-preview.2"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 8a84938

Please sign in to comment.