mirror of
https://github.com/Project-Redacted/Highscores-Server.git
synced 2025-06-05 09:43:12 +00:00
Add example Unity Project
This commit is contained in:
parent
fda7ff28dd
commit
e3acdb9d6b
7122 changed files with 505543 additions and 2 deletions
|
@ -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's in-game UI system used to create in-game user interfaces fast and intuitively. Using a couple included components such as a panel, and buttons you can create a basic main menu for your application.",
|
||||
"dependencies": {
|
||||
"com.unity.modules.ui": "1.0.0",
|
||||
"com.unity.modules.imgui":"1.0.0"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue