Hi, so I’m trying to create a rail road game, but I’m not sure which way i should approach it. Is it possible to create an easy rail road system (for a single mine cart without suspension or other carts) with blueprint? I also need the cart to be able jump from rail to rail. (3 rails next to each other and the cart is able to jump from one to another). I thought of two ways to approach this.
- Create collision boxes and then when cart approaches different collision box I would adjust its position. (dont think this is a good solution)
- Somehow attach the cart to the railroad mesh and slide on it? (sounds even more stupid
)
So if anyone has an idea how to deal with this I would be very thankful