You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Licensed under the Unity Companion License for Unity-dependent projects--see [Unity Companion License](http://www.unity3d.com/legal/licenses/Unity_Companion_License).
"description": "Unity's Data Oriented Technology Stack (DOTS) multiplayer netcode layer - a high level netcode system built on entities. This package provides a foundation for creating networked multiplayer applications within DOTS.",
8
8
"dependencies": {
9
9
"com.unity.transport": "2.1.0",
10
-
"com.unity.entities": "1.2.0",
10
+
"com.unity.entities": "1.2.1",
11
11
"com.unity.modules.animation": "1.0.0"
12
12
},
13
13
"_upm": {
14
-
"changelog": "### Changed\n*Release Preparation"
14
+
"changelog": "### Changed\n\n* Updated Burst dependency to version 1.8.13\n* Updated entities packages dependencies"
0 commit comments