Balancy
Balancy is a LiveOps and monetization workspace that enables game developers to manage economy, run events, and optimize revenue without app resubmission. Design balanced in-game economies, configure remote parameters, analyze player behavior, and test monetization strategies across all Unity platforms using data-driven insights.
co.balancy.unity 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/balancy-liveops-unity.git README Markdown
Copy this to your project's README.md
## Installation
Add **Balancy** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/balancy-liveops-unity.git
```
[](https://www.pkglnk.dev/pkg/balancy-liveops-unity)Dependencies (1)
Used By (1)
README
Balancy for Unity
LiveOps & Monetization Workspace for Games
Balancy is a comprehensive LiveOps and monetization solution designed specifically for game developers. It provides tools for managing game economy, player data, and in-app purchases, helping you optimize revenue and player experience.
Features
- Game Economy Management: Design, balance and adjust your in-game economy
- LiveOps Tools: Run events, promotions, and content updates without app submission
- Data-Driven Decisions: Analyze player behavior and revenue metrics
- Monetization Optimization: Test and improve your monetization strategy
- Remote Configuration: Update game parameters on-the-fly
- Cross-Platform Support: Works across all platforms supported by Unity
Installation
Via OpenUPM
The recommended way to install Balancy is through OpenUPM:
openupm add co.balancy.unity
Via Git URL
You can also add this package through the Package Manager using Git URL:
- Open Unity Package Manager
- Click the "+" button
- Select "Add package from git URL"
- Enter:
https://github.com/balancy-liveops/plugin_cpp_unity.git
Getting Started
- After installing the package, go to Tools → Balancy → Config to configure your project
- Enter your API key (obtain it from Balancy Dashboard)
- Follow the integration documentation the SDK in your game.
Cheat Panel
The package includes a powerful CheatPanel for debugging and testing Balancy functionality. We strongly recommend testing the CheatPanel during your initial setup and familiarization with the package.
To open the CheatPanel:
- Open scene at
Balancy/CheatPanel/BalancyCheatScene - Alternatively, you can add the Cheat Panel prefab to your scene (located at
Balancy/CheatPanel/BalancyCheatPanel.prefab)
The CheatPanel allows you to:
- Test and verify your configuration
- Monitor real-time data exchange
- Debug issues during implementation
- Explore available features through a visual interface
- Test various scenarios without modifying your code
Note: The CheatPanel utilizes TextMeshPro, which will be installed automatically as a dependency.
Documentation
For detailed documentation and guides, visit:
Support
If you encounter any issues or have questions:
- GitHub Issues
- Email: contact@balancy.co
- Discord Community (replace with your actual Discord link)
License
This package is licensed under the MIT License - see the LICENSE file for details.
Requirements
- Unity 2022.3 or newer
- TextMeshPro package (automatically installed as dependency)
No comments yet. Be the first!