Development Workflow
Initial Setup
-
Clone the repository:
-
Configure Android SDK:
-
First build:
Making Changes
- Edit source code:
- Android:
android/src/main/ - iOS:
ios/src/ -
GDScript templates:
addon/src/ -
Build and test:
-
Iterate:
- Make changes
- Rebuild with
./script/build.sh -a -- -cbor./script/build.sh -i -- -cb - Test in demo app
- Repeat until tests pass