Search found 10 matches
- Sat Aug 05, 2023 8:04 pm
- Forum: Dialogue System for Unity
- Topic: Scene Change problem
- Replies: 1
- Views: 221
Scene Change problem
Hi, I'm using the dialog system and the quest machine together So at the end of the first conversation, I gave a quest through the GiveQuest ("QuestNPC", "Quest"). This is a quest to talk to NPCs in other scenes. Later, when i approach the NPC in another scene and have a conversa...
- Tue Jul 25, 2023 10:40 am
- Forum: Quest Machine
- Topic: ToggleJournalUI() Error
- Replies: 8
- Views: 1254
Re: ToggleJournalUI() Error
Oh i solved the problem
After removing the imported quest machine completely and repeating the import again, the problem was solved
I'm sorry to bother you
After removing the imported quest machine completely and repeating the import again, the problem was solved
I'm sorry to bother you
- Tue Jul 25, 2023 10:38 am
- Forum: Quest Machine
- Topic: ToggleJournalUI() Error
- Replies: 8
- Views: 1254
Re: ToggleJournalUI() Error
Yes, The same error occurs in the demo scene.
- Tue Jul 25, 2023 10:16 am
- Forum: Quest Machine
- Topic: ToggleJournalUI() Error
- Replies: 8
- Views: 1254
Re: ToggleJournalUI() Error
Quest Journal object have Unity Ui Quest Journal UI and UIPanel components
But the problem hasn't been solved yet
But the problem hasn't been solved yet
- Tue Jul 25, 2023 10:02 am
- Forum: Quest Machine
- Topic: ToggleJournalUI() Error
- Replies: 8
- Views: 1254
Re: ToggleJournalUI() Error
I was gonna do what you said
There's nothing I can put in the Quest Machine Configuration > Quest Journal UI
There's nothing I can put in the Quest Machine Configuration > Quest Journal UI
- Tue Jul 25, 2023 7:43 am
- Forum: Quest Machine
- Topic: Quest Journal not getting updated
- Replies: 11
- Views: 2982
Re: Quest Journal not getting updated
I have same problem
but i cant understand what is UnityEvent?
sorry my unityLevel is begginer
but i cant understand what is UnityEvent?
sorry my unityLevel is begginer
- Tue Jul 25, 2023 7:43 am
- Forum: Quest Machine
- Topic: Quest Journal not getting updated
- Replies: 11
- Views: 2982
Re: Quest Journal not getting updated
I have same problem
but i cant understand what is UnityEvent?
sorry my unityLevel is begginer
but i cant understand what is UnityEvent?
sorry my unityLevel is begginer
- Mon Jul 24, 2023 11:42 pm
- Forum: Quest Machine
- Topic: ToggleJournalUI() Error
- Replies: 8
- Views: 1254
ToggleJournalUI() Error
if(Input.GetKeyDown(KeyCode.J)) { QuestMachine.GetQuestJournal().ToggleJournalUI(); } I tried to see the quest journal when the J key was pressed, but I got this error MissingReferenceException: The object of type 'UnityUIQuestJournalUI' has been destroyed but you are still trying to access it. Your...
- Sun Jun 18, 2023 2:12 am
- Forum: Quest Machine
- Topic: How to switch Language Quest machine
- Replies: 1
- Views: 3404
How to switch Language Quest machine
Hi. I followed QuestMachine Localization tutorial YouTube video So i make a TextTable and set a Language Eng, Jap, Kor 1.png field.png + add a offer BodyText notion.png And finally, I added Ui Localization Manager to the Quest machine prepab and wrote English, but there was no language change in Eng...
- Sun May 28, 2023 2:52 am
- Forum: Quest Machine
- Topic: I have dialogue components problem at questmachine
- Replies: 1
- Views: 724
I have dialogue components problem at questmachine
When I add the Dialogue System Quest Alert UI and the Dialog System Quest Dialog UI components to the quest machine prefab there is a problem that the quest Panel or the quest acceptance button does not come out. I want to do the quest automatically while talking. Am I the only one with this problem...