Skip to content

Commit 2f455ff

Browse files
chore: drop com.unity.ugui from demo manifest
The demo is UI-Toolkit-only. No script references UnityEngine.UI, TMPro, Canvas, Image, Text, Button, GraphicRaycaster, EventSystem, CanvasScaler, or StandaloneInputModule. No scene contains a Canvas, CanvasRenderer, or RectTransform component. Dropping the package also pulls out the TextMeshPro runtime that ships with ugui 2.0 in Unity 6, and removes the transitive dependency that kept imgui in the player. Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent 4cd25f8 commit 2f455ff

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

examples/demo/Packages/manifest.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"com.unity.inputsystem": "1.19.0",
88
"com.unity.nuget.newtonsoft-json": "3.2.2",
99
"com.unity.test-framework": "1.6.0",
10-
"com.unity.ugui": "2.0.0",
1110
"com.unity.modules.accessibility": "1.0.0",
1211
"com.unity.modules.androidjni": "1.0.0",
1312
"com.unity.modules.jsonserialize": "1.0.0",

0 commit comments

Comments
 (0)