Playmaker Forum

PlayMaker Help & Tips => PlayMaker Help => Topic started by: stigma on May 02, 2024, 11:03:46 AM

Title: [Solved]parent is not doing very well
Post 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:
Quote
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)
Title: Re: parent is not doing very well
Post by: djaydino on May 02, 2024, 02:37:57 PM
CharacterController is the issue here.
try disabling the CharacterController
Title: Re: parent is not doing very well
Post by: stigma on May 03, 2024, 02:09:29 AM
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  :'(