Skip to content

Commit

Permalink
Update Entities packages to 1.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
jeickhoff committed Jul 6, 2023
1 parent 0ba31e8 commit b52f066
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Assets/Scenes/MainScene.unity
Original file line number Diff line number Diff line change
Expand Up @@ -898,7 +898,7 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 8bf58c69bf424fe194d229f05ce07072, type: 3}
m_Name:
m_EditorClassIdentifier:
editorArgs: -streaming_type host
editorArgs: -streaming_type host -emulation disabled
--- !u!1 &2101193216
GameObject:
m_ObjectHideFlags: 0
Expand Down
6 changes: 3 additions & 3 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"dependencies": {
"com.unity.ai.navigation": "1.1.3",
"com.unity.collab-proxy": "2.0.5",
"com.unity.entities": "1.0.10",
"com.unity.entities.graphics": "1.0.10",
"com.unity.entities": "1.0.11",
"com.unity.entities.graphics": "1.0.11",
"com.unity.ide.rider": "3.0.24",
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.ide.vscode": "1.2.5",
"com.unity.logging": "1.0.11",
"com.unity.netcode": "1.0.10",
"com.unity.netcode": "1.0.12",
"com.unity.physics": "1.0.10",
"com.unity.render-pipelines.universal": "14.0.8",
"com.unity.renderstreaming": "3.1.0-exp.6",
Expand Down
12 changes: 6 additions & 6 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"url": "https://packages.unity.com"
},
"com.unity.entities": {
"version": "1.0.10",
"version": "1.0.11",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -76,11 +76,11 @@
"url": "https://packages.unity.com"
},
"com.unity.entities.graphics": {
"version": "1.0.10",
"version": "1.0.11",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.entities": "1.0.10",
"com.unity.entities": "1.0.11",
"com.unity.modules.particlesystem": "1.0.0",
"com.unity.render-pipelines.core": "14.0.6"
},
Expand Down Expand Up @@ -145,13 +145,13 @@
"url": "https://packages.unity.com"
},
"com.unity.netcode": {
"version": "1.0.10",
"version": "1.0.12",
"depth": 0,
"source": "registry",
"dependencies": {
"com.unity.transport": "2.0.1",
"com.unity.entities": "1.0.10",
"com.unity.logging": "1.0.10",
"com.unity.entities": "1.0.11",
"com.unity.logging": "1.0.11",
"com.unity.modules.animation": "1.0.0"
},
"url": "https://packages.unity.com"
Expand Down

0 comments on commit b52f066

Please sign in to comment.