A Godot addon that enables remote debugging of your Godot projects on iOS devices using the Xogot app.
- Xogot App: Requires Xogot from TestFlight
- Godot Engine: 4.4.1
-
Copy the
xogot_remote_debugger
folder into your project'saddons
folder:your_project/ └── addons/ └── xogot_remote_debugger/
-
Enable the addon in your Godot project:
- Open your project in Godot
- Go to Project Settings → Plugins
- Find "Xogot Remote Debugger" in the list
- Enable it by checking the box
Once installed and enabled, the Xogot Remote Debugger addon allows you to debug your Godot projects remotely on iOS devices using the Xogot app.
Xogot lets you make games anywhere on your iOS device. With this remote debugger addon, you can seamlessly test and debug your Godot projects on real iOS hardware.