playtest-unity/playtest/Library/PackageCache/com.unity.ugui@1.0.0/package.json

12 lines
568 B
JSON
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"name": "com.unity.ugui",
"displayName": "Unity UI",
"version": "1.0.0",
"unity": "2019.2",
"keywords": ["UI", "ugui", "Unity UI", "Canvas"],
"description": "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"
}
}