-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) 路 2.14 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) 路 2.14 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "com.unity.multiplayer.tools",
"displayName": "Multiplayer Tools",
"version": "2.2.11",
"unity": "6000.0",
"description": "Adds a suite of tools that improve workflows for multiplayer development",
"dependencies": {
"com.unity.profiling.core": "1.0.2",
"com.unity.nuget.newtonsoft-json": "3.2.1",
"com.unity.nuget.mono-cecil": "1.11.4",
"com.unity.collections": "2.5.1",
"com.unity.modules.uielements": "1.0.0",
"com.unity.burst": "1.8.18",
"com.unity.mathematics": "1.3.2"
},
"keywords": [
"Multiplayer",
"Netcode",
"GameObjects",
"Tools"
],
"samples": [
{
"displayName": "Network Scenario Samples",
"description": "Samples showcasing the different ways of building custom network simulator scenarios.\n\nNote: In order to use these Samples, make sure you have Netcode for GameObjects (com.unity.netcode.gameobjects) 1.1.0 or later and Unity Transport (com.unity.transport) 2.0.0 or later. For more info, please check the Network Simulator documentation: https://docs-multiplayer.unity3d.com/tools/current/tools-network-simulator",
"path": "Samples~/NetworkSimulator"
}
],
"_upm": {
"changelog": "### Fixed\n\n- \"Destroy may not be called from edit mode!\" being logged when rapidly entering and exiting Play Mode.\n- The Network Profiler's `t:` search filter is now case insensitive, so the documented `t:RPC` example matches rows of type `rpc`.\n- The \"Shading\" foldout in the Network Visualization overlay not expanding after being collapsed while the overlay is docked in a Scene view toolbar.\n- The Network Visualization overlay settings popups flickering when expanding content resized the popup window.\n- Incorrect UI labels referenced on Network Profiler documentation page.\n\n### Obsolete"
},
"upmCi": {
"footprint": "6625a81e4cac576047970a51aaa54f62e993513f"
},
"documentationUrl": "https://docs.unity3d.com/Packages/com.unity.multiplayer.tools@2.2/manual/index.html",
"repository": {
"url": "https://github.com/Unity-Technologies/com.unity.multiplayer.tools.git",
"type": "git",
"revision": "5a7bab3c285a7091207605930d32ea4a81c0acd1"
}
}