A high-performance Unity simulation game for anyone to test and drive FRC robots for the 2026 Rebuilt season.
Download release here!
- Download the latest release from FieldSimulator's official website
- Unzip the zip file downloaded
- Launch
FieldSim.exe(Windows) orchmod +x FieldSim.x86_64 && ./FieldSim.x86_64(Linux)
- Full Rebuilt 2026 implementation: All shifts have been implemented along with enabling/disabling the robot
- Custom robot modding: Well documented tutorial for modding custom robots through Unity editor
- Full static and turret shooter support: Turrets and static shooters are fully implemented, making it possible to make a massive array of robots
- 3 Example robots: 2026 Kitbot, 9126 Silver Hawks, 9450 Velocity Raptors.
To modify the game or build custom robots:
- Unity: Version
2022.3.62f3 - Blender: (Optional) For optimizing CAD files before import.
- Unity: Version 2022.3.62f3
- Blender: To optimize CADs(optional)
- Python: If you want to locally develop the website
- Clone the repository:
git clone https://github.com/thecheetoman/FieldSim.git
- Add project in Unity Hub, open it. To mod, read the docs
- To test website:
cd website
python3 -m http.server
- FIRST®: FIRST® and the FIRST Robotics Competition (FRC®) are registered trademarks of For Inspiration and Recognition of Science and Technology (FIRST), which is not affiliated with and does not endorse this project.
- Team 9450 Velocity Raptors: Special thanks to FRC Team 9450 for the CAD
- Team 9126 Silver Hawks: Special thanks to FRC Team 9126 for the CAD
- Developer: @thecheetoman