I'm trying to have my player climb into a boat then block player control and actuvate the boat controller instead. I already have a custom boat control script written but I don't know how to implement it in Ork
Use the event system - e.g. in an enter boat event you'd block the player controls and enable/add the boat control to the boat.
Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found. If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Yep I did try that. I had an OnTriggerEnter start to block the player control and enable the boat's controller component. My player didn't even trigger the event so I have to go back and see what's wrong.
If you're enjoying my products, updates and support, please consider supporting me on patreon.com!