🎮 Interactive Demo

Try Unity API Communicator in real-time. Make sure Unity is running with the plugin installed.

Checking connection...

📡 Quick Commands

Click any command to execute it in Unity. Results appear below.

📊

Server Status

FREE

Check if Unity API server is running and get version info.

GET /api/status
📋

List Objects

FREE

Get all GameObjects in the current scene.

GET /api/gameobject/list
📦

Create Cube

FREE

Create a new Cube primitive in the scene.

POST /api/gameobject/create

Create Sphere

FREE

Create a new Sphere primitive in the scene.

POST /api/gameobject/create
🎬

Current Scene

FREE

Get information about the active scene.

GET /api/scene/current
📝

Console Logs

FREE
Not listening

Start listening, then get captured logs from Unity console.

POST /api/console/listen/start → GET /api/console/logs
🔍

All Endpoints

FREE

Discover all available API endpoints.

GET /api/discover
📂

Categories

FREE

List all API categories (GameObject, Scene, etc).

GET /api/categories

🔴 Real-Time Streaming PRO

Connect via WebSocket to receive Unity events in real-time. No polling required!

WebSocket disconnected
Live Events
Connect to WebSocket to see live events...

📥 Response

- - -
Click a command above to see the response here.

🔧 How It Works

1

Install Plugin

Add Unity API Communicator to your Unity project via UPM.

2

Server Starts

HTTP server auto-starts on port 7777 when Unity opens.

3

Send HTTP

Any tool that can make HTTP requests can now control Unity.

4

Get Response

Receive JSON responses confirming actions or returning data.

Ready to automate Unity?

Start with the free Lite version with 30+ endpoints.

Get Started Free