Search Results
|
Post |
Author |
Forum |
Replies |
Views |
Posted
[asc]
|
|
|
Thread: Collision along spline
Post: RE: Collision along spline
Update: After a lot of fiddling with ifs and elses, I've got the collision more or less replicating what normal 2D rigidbodies do. I can no longer grind against objects like I could before. However... |
|
Keladinus |
Curvy Splines
|
5 |
10,056 |
08-09-2014, 12:12 AM |
|
|
Thread: Collision along spline
Post: RE: Collision along spline
Okay, so I might need a little more help, and I suppose my situation requires some more explanation.
What I'm attempting to set up is a 2.5D Sidescroller controller which travels along a Curvy spline... |
|
Keladinus |
Curvy Splines
|
5 |
10,056 |
08-08-2014, 10:33 PM |
|
|
Thread: Collision along spline
Post: RE: Collision along spline
After messing around with FollowSpline functions for the last few days, the solution I decided to resort to was a simple OnCollisionEnter flag in my custom controller that sets the speed to negative i... |
|
Keladinus |
Curvy Splines
|
5 |
10,056 |
08-05-2014, 08:32 PM |
|
|
Thread: Collision along spline
Post: Collision along spline
I need objects moving along the spline to be able to collide with things along the spline and stop. However, the FollowSpline script hard-sets the position on each update rather than using Unity's tr... |
|
Keladinus |
Curvy Splines
|
5 |
10,056 |
08-05-2014, 06:58 PM |