playMaker

Author Topic: [Solved]parent is not doing very well  (Read 301 times)

stigma

  • Full Member
  • ***
  • Posts: 193
[Solved]parent is not doing very well
« 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
« Last Edit: May 03, 2024, 10:11:25 AM by stigma »

djaydino

  • Administrator
  • Hero Member
  • *****
  • Posts: 7624
    • jinxtergames
Re: parent is not doing very well
« Reply #1 on: May 02, 2024, 02:37:57 PM »
CharacterController is the issue here.
try disabling the CharacterController

stigma

  • Full Member
  • ***
  • Posts: 193
Re: parent is not doing very well
« Reply #2 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  :'(
« Last Edit: May 03, 2024, 10:10:53 AM by stigma »