A toolkit for building physically-driven spaceships with autopilot, thrusters, gyro, and cockpit camera, with editor-time path authoring.
Table of Contents
- Quick Start
- Architecture Overview
- Core Components (Runtime)
- 3.2 Thruster Manager (
UThrusterManagerComp
)
- 3.3 Gyro Manager (
UGyroManagerComp
)
- 3.4 Pilot Camera (
UPilotCameraComp
)
- 3.5 Shared Types and Logging
- Workflows and Recipes
- 5.1 Follow a Path (AUTO)
- 5.2 Guided Flight (FLIGHT) with Docking
- 5.3 Precision Docking (PRECISE)
- 5.4 Multiplayer Notes
- Tuning Cheatsheets
- 6.1 Thrusters
- 6.2 Gyro
- 6.3 Camera
- Troubleshooting
1. Quick Start
- Enable ShipCore in Plugins.
- Add components to your ship actor:
UThrusterManagerComp
(linear movement + dampening + replication)
UGyroManagerComp
(torque + damping + replication)
UPilotCameraComp
(cockpit camera)
2. Architecture Overview