Playmaker Forum
PlayMaker Help & Tips => PlayMaker Help => Topic started by: stigma on May 02, 2024, 11:03:46 AM
-
I want to parent the character to a mobile vehicle but I get the error:
CharacterController.Move called on inactive controller
The character appears to be pulled in the direction of the vehicle but cannot follow.
I've been dealing with this problem for several days.
Thks
(http://www.maximages.fr/forums/3D/playmaker/parent.png)
-
CharacterController is the issue here.
try disabling the CharacterController
-
I had already disabled it, so that's not it.
Edit:
I solved this problem by using another First Person Controller. :D
yet the first came from Unity's Standard Asset :'(