Unity Tools that I use is most games / apps I build.
- Open AI Tools
- Basic API Calls
- Prompt Injection
- Chat Interface
- Generic Tools for using basicly unity functions in the inspector
- Audio
- Managing Game Objects
- Events
- Materials
- Phyisics
- Rendering / Shadow Casters
- Lighting Settings
- Useful Math
- String Extentions
- Simple Notification System
- UI Tools
- User Input Tools
Unity (most recent tested on 2021.3.16f1)
Input System com.unity.inputsystem (Importing may require a restart of Unity)
TextMeshPro com.unity.textmeshpro
Attribution-ShareAlike 4.0 International (CC BY-SA 4.0)
To install this project as a dependency using the Unity Package Manager,
Install requirements above.
Windows -> Package Manager -> '+' -> add package from git URL...
->
https://github.com/bh679/Unity-GPT-Tools.git
or
add the following line to your project's manifest.json
:
"com.brennanhatton.untiytools": "git+https://github.com/bh679/Unity-GPT-Tools.git"
Join the Discord server to leave feedback or get support.