All-in-One Solution for Indie Game Development · Empowering Indie Developers' Dreams
Documentation · Quick Start · QQ Group: 467608841 / 233840761
Game Frame X Debugger is a Unity debugging tool package based on the GameFrameX framework, providing debug log dashboards and visualization.
Debugger Component - Provides a debug log dashboard for runtime monitoring.
Choose one of the following methods:
-
Edit your Unity project's
Packages/manifest.jsonand add thescopedRegistriessection:{ "scopedRegistries": [ { "name": "GameFrameX", "url": "https://gameframex.upm.alianblank.uk", "scopes": [ "com.gameframex" ] } ], "dependencies": { "com.gameframex.unity.debugger": "1.1.0" } }scopescontrols which packages are resolved through this registry. Only packages whose names start withcom.gameframexwill be fetched from it. -
Add to
manifest.jsondependencies:{ "com.gameframex.unity.debugger": "https://github.com/gameframex/com.gameframex.unity.debugger.git" } -
Use Package Manager in Unity with Git URL:
https://github.com/gameframex/com.gameframex.unity.debugger.git -
Clone the repository into your Unity project's
Packagesdirectory. It will be loaded automatically.
- Documentation: https://gameframex.doc.alianblank.com
- Repository: https://github.com/GameFrameX/com.gameframex.unity.debugger
- Issues: https://github.com/GameFrameX/com.gameframex.unity.debugger/issues
| Package | Description |
|---|---|
| (无) | - |
- QQ Group: 467608841 / 233840761
See Releases for changelog.
See LICENSE for details.