Hi Tony,
I get the following error when I don't include a player prefab in the Invector "Simple GameController Example" component:
Can't remove vThirdPersonController (Script) because QuestMachinePausePlayer (Script) depends on it
Can I simply comment out the requirement in the code? Is there a better solution? I need to restart the scene because the Malbers Animal Controller needs the player to reinitialize the player reference with the Hook Transform component.
Thanks, Jay
QuestMachinePausePlayer dependency error when restarting scene
Re: QuestMachinePausePlayer dependency error when restarting scene
Hi Jay,
Yes, you can comment it out. I think I've already removed it in the updated integration package in the next version of Quest Machine.
Yes, you can comment it out. I think I've already removed it in the updated integration package in the next version of Quest Machine.
Re: QuestMachinePausePlayer dependency error when restarting scene
Good to know. Thanks.