Hello Jake,
1. How can I move something in ... reverse? The speed value is only positive. I have my train that I made it move forward... however I also want to move backwards. Is there a way to do this?
2. 2. I manually placed the train a bit lower like this:
However when I click play, it moved a bit up like this:
I'm curious what is causing this exactly?
3. I'm trying to create a junction. I have something like this:
My main problem right now is ... that I trigger the event on the junction using a Trigger Colider which is really really not ideal. Is there a way to have a code or something on the Spline Segment that will detect when another GameObject with a Spline Controller is above it and send an message to that GameObject?
Right now my Junction Movement looks like this:
https://streamable.com/sdso9
Main problem is that when the middle of the Wagon1 reaches the junction, it sends an event to all my clilds (Wagon2) to move on the Line 2 ... I need to make this event only when each of the wagon is over the junction... which is why I want to do the thing I just asked above.
I think I have other questions but those are the most important
Thank You
/PET
1. How can I move something in ... reverse? The speed value is only positive. I have my train that I made it move forward... however I also want to move backwards. Is there a way to do this?
2. 2. I manually placed the train a bit lower like this:
However when I click play, it moved a bit up like this:
I'm curious what is causing this exactly?
3. I'm trying to create a junction. I have something like this:
My main problem right now is ... that I trigger the event on the junction using a Trigger Colider which is really really not ideal. Is there a way to have a code or something on the Spline Segment that will detect when another GameObject with a Spline Controller is above it and send an message to that GameObject?
Right now my Junction Movement looks like this:
https://streamable.com/sdso9
Main problem is that when the middle of the Wagon1 reaches the junction, it sends an event to all my clilds (Wagon2) to move on the Line 2 ... I need to make this event only when each of the wagon is over the junction... which is why I want to do the thing I just asked above.
I think I have other questions but those are the most important
Thank You
/PET