Skip to content

Commit

Permalink
updating to Entities 1.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
tbg10101 committed Feb 15, 2025
1 parent 4b0157d commit d4b3f97
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
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.8"
"com.unity.entities": "1.3.9"
}
},
"com.unity.burst": {
"version": "1.8.18",
"version": "1.8.19",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -19,24 +19,25 @@
"url": "https://packages.unity.com"
},
"com.unity.collections": {
"version": "2.5.1",
"version": "2.5.2",
"depth": 2,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.17",
"com.unity.burst": "1.8.18",
"com.unity.mathematics": "1.3.2",
"com.unity.test-framework": "1.4.5",
"com.unity.nuget.mono-cecil": "1.11.4",
"com.unity.test-framework.performance": "3.0.3"
},
"url": "https://packages.unity.com"
},
"com.unity.entities": {
"version": "1.3.8",
"version": "1.3.9",
"depth": 1,
"source": "registry",
"dependencies": {
"com.unity.burst": "1.8.18",
"com.unity.collections": "2.5.1",
"com.unity.collections": "2.5.2",
"com.unity.mathematics": "1.3.2",
"com.unity.modules.audio": "1.0.0",
"com.unity.serialization": "3.1.1",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2022.3.55f1
m_EditorVersionWithRevision: 2022.3.55f1 (9f374180d209)
m_EditorVersion: 2022.3.58f1
m_EditorVersionWithRevision: 2022.3.58f1 (ed7f6eacb62e)
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.4",
"version": "1.3.5",
"unity": "2022.3",
"dependencies": {
"com.unity.entities": "1.3.8"
"com.unity.entities": "1.3.9"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit d4b3f97

Please sign in to comment.