Installation
Goal: Get the CoBalance toolchain running on your machine before the first real exercise. By the end of this step you will have the example Unity project open, the Balancing Tool launched, and you'll have confirmed that the two can exchange files.
Step 1 – Prepare the Unity Project
- Create a new project: New Project → Universal 2D, Unity 6.
- Download CoBalance-Example.unitypackage from the release page.
- In Unity: Assets → Import Package → Custom Package..., select the downloaded
.unitypackage. - In the import dialog, leave everything selected and click Import.
Step 2 – Install the CoBalance Plugin
The plugin is installed through the Unity Package Manager via a Git URL — no manual file copying required.
- Open Window → Package Manager
- Click the + button in the top-left corner
- Choose Add package from git URL...
- Enter this URL and confirm:
✅ Verify: A new CoBalance entry appears in the Unity menu bar.
Step 3 – Set Up the CoBalance Tool
The tool ships as a standalone application — no Python installation needed.
Warning
The app is not code-signed, so your OS will warn you the first time you open it. This is expected. Follow the steps for your system:
Windows
- Download for Windows CoBalance.exe
- Double-click the
.exe. If you see "Windows protected your PC", click More Info → Run anyway.
macOS
- Download for macOS CoBalance.dmg
- Double-clicking will likely say the developer cannot be verified. Instead:
- Right-click the app → Open → click Open again in the dialog.
- Alternatively: System Settings → Privacy & Security, scroll down to the blocked-app message → Open Anyway.
Linux
- Download for Linux CoBalance-x86_64.AppImage
- Make it executable & run it(file manager → Properties → Permissions → "Allow executing", or in a terminal):
Step 4 – Confirm Everything Works
This is the real checkpoint: Unity sees the plugin and the tool can open the project file.
- In Unity: confirm that a CoBalance entry is present in the menu bar.
- Locate the file
project.cbin your project folder under<Unity Project Path>/CoBalance/(it was created automatically when the plugin was installed). - In the Balancing Tool: open that file via Project → Open (
Ctrl+O).
✅ Setup complete: The
project.cbfile opens in the Balancing Tool and shows the Parameters view. If you got here, your toolchain is ready — continue with Getting Started.