12-23-2021, 04:37 AM
Hi all!
Apologies if this is a dumb question I'm still relatively new to Unity. I'd like to move a cube along the spline close to the player so it follows the player as they walk around the spline
Trying to basically copy this
https://www.youtube.com/watch?v=6Yb9kWqYbz0&t=130s
Any help would be much appreciated! I tried my best, messing about with the position slider in the default Spline Controller and that seems to move it around the track perfectly like I want but I'm just struggling with the actually moving it towards the player part. Also tried to extend the SplneController class to make my own but I was having a hard time digging through everything to try to figure out how to even move the cube.
Thank you very much!
Apologies if this is a dumb question I'm still relatively new to Unity. I'd like to move a cube along the spline close to the player so it follows the player as they walk around the spline
Trying to basically copy this
https://www.youtube.com/watch?v=6Yb9kWqYbz0&t=130s
Any help would be much appreciated! I tried my best, messing about with the position slider in the default Spline Controller and that seems to move it around the track perfectly like I want but I'm just struggling with the actually moving it towards the player part. Also tried to extend the SplneController class to make my own but I was having a hard time digging through everything to try to figure out how to even move the cube.
Thank you very much!