Hello People, i am making a 2d top-down train traffic management game and i need someone to help me code a proper track system.
What i have? :-
- Different types of trains,
- Multiple Train spawning system,
- Carriage spawning system
- Carriage that follow its engine
What i want exactly?:
- When train is spawned it should follow the track,
- The carriages of the train should follow the its engine (To help Train no is already generated and given to engine and its own coaches) ,
- Track changes should also be possible. Like player should be able to click and switch the tracks to get the train of different line (wherever switches are available)