MobileFirstRun
6 tools in this family (folder Editor/Tools/MobileFirstRun/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
mobilefirstrun_apply_default_template | writes | One-shot: build the canonical Buril Mobile First-Run template (Firebase push + APNs, |
mobilefirstrun_generate_code | writes | Emit the day-1 mobile bootstrap into Assets/_Game/MobileFirstRun/: PushManager.cs, |
mobilefirstrun_propose_from_prompt | read-only | Build a MobileFirstRunSpec skeleton from a launch brief. Returns a draft spec covering |
mobilefirstrun_simulate_consent_flow | read-only | Dry-run the GDPR/CCPA gate. Given a spec and a region code (e.g. 'EU', 'CA', 'US'), |
mobilefirstrun_validate_iap_catalog | read-only | Targeted IAP catalog audit. Reports duplicate ids, unsupported types, missing receipt |
mobilefirstrun_validate_spec | read-only | Validate a MobileFirstRunSpec. Returns { ok, errors[] }. Always run this before |