Publisher | Joshabyte |
---|---|
File size | 8.67MB |
Number of files | 37 |
Latest version | 1.0.3 |
Latest release date | 2025-05-30 12:04:14 |
First release date | 2025-05-30 12:04:14 |
Supported Unity versions | 2018.4.2 or higher |
I developed the True Track System to create more realistic movement for carts, trains, or other objects along tracks. While many existing solutions allow objects to move along a spline, the wheels often appear detached or misaligned due to the limitations of spline-based systems. I needed to find a way where I could get a spline to perfectly match the curve of a track, so I came up with this.
The True Track System solves this by using modular track pieces—such as straights and corners—that snap together seamlessly, much like a model train set. Each piece contains its own spline component that has been set up precisely for that piece, and the system automatically detects, connects, and adjusts these splines to form a continuous track layout. This ensures that objects stay properly aligned and that their wheels remain visually and physically on the track at all times.
The True Track System is highly customizable to suit a variety of use cases and is ideal for games where visible wheel-to-track alignment matters.
Comprehensive inline comments are included to help you get started quickly.
Should you need support, please sontact us.
Required Packages
- Splines Package
Note: Should you wish to use your own track pieces, you will need to set up your own splines per piece. This can be time consuming, however, by referecing what I have done with the provided pieces, shouldn't be too hard.