Database Manager For Supabase is a powerful Unity Editor tool that allows developers to manage Supabase databases, test APIs, and generate Unity API integration code directly from the Unity Editor. No API integration headache – the plugin automatically generates API integration code and data classes based on your table schema, allowing developers to connect their Unity project with Supabase without manually writing HTTP requests or parsing JSON.
Instead of switching between Unity and the dashboard, this plugin brings everything into one centralized workflow inside Unity. Developers can create tables, modify schemas, perform CRUD operations, test REST APIs, and generate strongly typed API integration code with a single click.
The plugin automatically generates C# data classes, runtime API managers, and test scripts, helping developers quickly integrate and test APIs inside Unity.
It also supports Realtime, enabling Unity projects to listen for database changes and react to updates in real time.
This tool is designed to simplify backend workflows, eliminate repetitive API coding, and accelerate Unity development.
Key Features
• Connect Unity directly to your Supabase project
• Manage tables and schemas from the Unity Editor
• Create, edit, and delete tables without opening the Supabase dashboard
• View and manage table data (CRUD operations) inside Unity
• Built-in REST API testing tool (GET, POST, PATCH, DELETE)
• Auto generate Unity API integration code based on table schema
• Automatically generates strongly typed C# data classes
• Generates APIManager runtime scripts for easy API calls
• Includes APIManagerTest MonoBehaviour for runtime API testing
• Realtime WebSocket listener support
• RPC support for calling Supabase server functions
• Manage database, APIs, and integration from one place inside Unity Editor
Perfect For
• Game backend development
• Managing player data and game content
• Leaderboards and live data systems
• Rapid backend prototyping
• Developers who want to integrate Supabase without writing API boilerplate code