Welcome to com.gameframe.gui 👋
This is a library of GUI helpers for UGUI Includes a panel system that implements a navigation stack. Includes a scene transition system. Includes a shader for blurring the background of UI panels.
Quick Package Install
Using UnityPackageManager (for Unity 2019.1 or later)
Find the manifest.json file in the Packages folder of your project and edit it to look like this:
{
"dependencies": {
"com.gameframe.gui": "https://github.com/coryleach/UnityGUI.git#1.0.1",
...
},
}
Author
👤 Cory Leach
- Twitter: @coryleach
- Github: @coryleach
Show your support
Give a ⭐️ if this project helped you!
This README was generated with ❤️ by readme-md-generator