Page 1 of 1

Problem with inspector and quests

Posted: Tue Oct 08, 2019 2:06 pm
by nicmar
Hi,
Sometimes I have problems seeing the Inspector for editing a quest. It seems to happen once I have selected a gameobject that has a Quest Journal, and the quest changes inside the Quest jorunal. After that, I need to select the quest from the Project, to get the "Normal" quest editor.

Is this normal? Or can you recommend a way to avoid this?
Here's a video what I mean. Thanks!


Re: Problem with inspector and quests

Posted: Tue Oct 08, 2019 2:15 pm
by nicmar
I then realized that this is actually the instance of the quest I'm looking at, and that's where the stuff happens, so I guess it should work.

But I tried putting the quest journal in a child object, to avoid this. Would that cause any problems?

Thanks!

Re: Problem with inspector and quests

Posted: Tue Oct 08, 2019 4:33 pm
by Tony Li
Hi,

No, that won't cause any problems.

When you have selected a GameObject with a QuestJournal or QuestGiver component and you inspect one of its quests, the Inspector will append the quest details to the bottom of the QuestJournal or QuestGiver component. It won't replace the entire Inspector view with the quest details.

Re: Problem with inspector and quests

Posted: Tue Oct 08, 2019 5:02 pm
by nicmar
Great, I see, thanks. I got something going on now. Now time to create some actual quests. :)