This GUI template is designed for use in Gorilla Tag copies on Quest. It supports sections, toggleable/untogglable buttons, notifications, and more. It’s lightweight, customizable, and meant for developers familiar with C#. If you're not comfortable with C#, this might not be for you.
Do I need to give credit?
No, it's not required. I appreciate it, but at the end of the day I have bigger problems.
Do I need permission to use this?
Nope! You’re welcome to use it in your projects, or even copy parts of the code to help with your own GUI.
- Download the ZIP
- Change the name in
PluginInfo.cs - Add buttons and sections in
Buttons.cs - Press
Ctrl + Bto build
Want to make this better? Here’s how:
git clone https://github.com/xfi0/GuiTemp.gitgit checkout -b your-change-name-or-a-name-in-generalEnsure GUI works with all features before pushing
Push your branch and open a PR on GitHub with a clear description of your changes.