Initial Commit

This commit is contained in:
Sebastian Cabrera 2021-08-02 05:44:37 -04:00
parent 53eb92e9af
commit 270ab7d11f
15341 changed files with 700234 additions and 0 deletions

View file

@ -0,0 +1,12 @@
{
"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"
}
}