Skip to content

Commit

Permalink
updating to Entities 1.1.0-pre.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg10101 committed Feb 17, 2024
1 parent af2c620 commit 6823725
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 23 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,37 +5,40 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.unity.entities": "1.0.16"
"com.unity.entities": "1.1.0-pre.3"
}
},
"com.unity.burst": {
"version": "1.8.11",
"version": "1.8.12",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.mathematics": "1.2.1"
"com.unity.mathematics": "1.2.1",
"com.unity.modules.jsonserialize": "1.0.0"
},
"url": "https://packages.unity.com"
},
"com.unity.collections": {
"version": "2.1.4",
"version": "2.3.0-pre.3",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.4",
"com.unity.burst": "1.8.8",
"com.unity.modules.unityanalytics": "1.0.0",
"com.unity.nuget.mono-cecil": "1.11.4"
"com.unity.nuget.mono-cecil": "1.11.4",
"com.unity.test-framework": "1.3.8",
"com.unity.test-framework.performance": "3.0.2"
},
"url": "https://packages.unity.com"
},
"com.unity.entities": {
"version": "1.0.16",
"version": "1.1.0-pre.3",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.8",
"com.unity.serialization": "3.1.1",
"com.unity.collections": "2.1.4",
"com.unity.collections": "2.3.0-pre.3",
"com.unity.mathematics": "1.2.6",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
Expand All @@ -48,8 +51,8 @@
"url": "https://packages.unity.com"
},
"com.unity.ext.nunit": {
"version": "1.0.6",
"depth": 1,
"version": "2.0.3",
"depth": 4,
"source": "registry",
"dependencies": {},
"url": "https://packages.unity.com"
Expand Down Expand Up @@ -110,7 +113,7 @@
"url": "https://packages.unity.com"
},
"com.unity.render-pipelines.core": {
"version": "14.0.9",
"version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
Expand All @@ -127,8 +130,8 @@
"dependencies": {
"com.unity.mathematics": "1.2.1",
"com.unity.burst": "1.8.9",
"com.unity.render-pipelines.core": "14.0.9",
"com.unity.shadergraph": "14.0.9",
"com.unity.render-pipelines.core": "14.0.10",
"com.unity.shadergraph": "14.0.10",
"com.unity.render-pipelines.universal-config": "14.0.9"
}
},
Expand Down Expand Up @@ -165,20 +168,20 @@
"url": "https://packages.unity.com"
},
"com.unity.shadergraph": {
"version": "14.0.9",
"version": "14.0.10",
"depth": 1,
"source": "builtin",
"dependencies": {
"com.unity.render-pipelines.core": "14.0.9",
"com.unity.render-pipelines.core": "14.0.10",
"com.unity.searcher": "4.9.2"
}
},
"com.unity.test-framework": {
"version": "1.1.33",
"depth": 1,
"version": "1.3.8",
"depth": 3,
"source": "registry",
"dependencies": {
"com.unity.ext.nunit": "1.0.6",
"com.unity.ext.nunit": "2.0.3",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.jsonserialize": "1.0.0"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.15f1
m_EditorVersionWithRevision: 2022.3.15f1 (b58023a2b463)
m_EditorVersion: 2022.3.20f1
m_EditorVersionWithRevision: 2022.3.20f1 (61c2feb0970d)
6 changes: 3 additions & 3 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.0.3",
"version": "1.1.0",
"unity": "2022.3",
"dependencies": {
"com.unity.entities": "1.0.16"
"com.unity.entities": "1.1.0-pre.3"
},
"repository": {
"type": "git",
Expand All @@ -25,4 +25,4 @@
"url": "https://www.10101software.com/"
},
"type": "library"
}
}

0 comments on commit 6823725

Please sign in to comment.