-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 854 Bytes
/
Copy pathpackage.json
File metadata and controls
26 lines (26 loc) · 854 Bytes
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
{
"name": "com.unity.ugui",
"displayName": "uGUI",
"version": "2.5.0",
"unity": "6000.5",
"keywords": [
"UI",
"ugui",
"Unity UI",
"Canvas",
"TextMeshPro",
"TextMesh Pro",
"Text",
"TMP",
"SDF"
],
"description": "uGUI (Unity UI) is a set of tools for developing user interfaces for games and applications. It is a GameObject-based UI system that uses Components and the Game View to arrange, position, and style user interfaces. You cannot use Unity UI to create or change user interfaces in the Unity Editor.",
"dependencies": {
"com.unity.modules.ui": "1.0.0",
"com.unity.modules.imgui": "1.0.0",
"com.unity.modules.audio": "1.0.0",
"com.unity.modules.physics2d": "1.0.0",
"com.unity.modules.physics": "1.0.0"
},
"_fingerprint": "fb409ffddf529e605c494672b97789462652bca5"
}