InfiniteRunner
19 tools in this family (folder Editor/Tools/InfiniteRunner/ 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 |
|---|---|---|
runner_add_ability | writes | Add a single ability to a runner character. Abilities: LaneMovement, Jump, |
runner_add_obstacle_to_segment | writes | Drop an obstacle slot into a segment template. Obstacle presets: |
runner_add_pickup_to_segment | writes | Drop a pickup slot into a segment template. Pickup presets: |
runner_apply_preset | writes | Re-apply a game-style preset to an existing runner setup (character + game manager). |
runner_attach_feel_stack | writes | Hook a feel_* stack ID to a runner event. Events: |
runner_configure_difficulty_curve | writes | Configure the segment-tier wave schedule on the RunnerLevelManager. |
runner_configure_lanes | writes | Configure lane layout + spacing + per-switch duration on a runner. |
runner_configure_mission | writes | Configure the mission objective on the RunnerGameManager. |
runner_configure_spawner | writes | Configure the segment spawner: register templates, set pool prewarm, |
runner_configure_speed_curve | writes | Set speed escalation: base/cap + step-increment + step-interval, or supply |
runner_create_character | writes | Create a runner character (Capsule visual + controller backend + InputProvider + ability stack). |
runner_create_demo_scene | writes | Build a minimal playable runner scene in the current open scene: root + |
runner_create_game | writes | Create a runner game root (GameManager + LevelManager + SegmentSpawner) |
runner_create_hud | writes | Instantiate a runner HUD canvas (score / distance / coins / multiplier / lives / power-up timer). |
runner_create_powerup | writes | Create a RunnerPowerUp asset. Presets: |
runner_create_segment | writes | Create a RunnerSegmentTemplate asset. Presets: |
runner_export_setup | read-only | Export a runner configuration to JSON (read-only). |
runner_generate_animator | writes | Generate an AnimatorController asset with run / jump / slide / dash / die |
runner_setup_camera | writes | Attach + configure a RunnerCameraController. Mode TwoD = orthographic side-on. |