Search found 6 matches

by KKL
Wed May 04, 2022 12:57 am
Forum: Dialogue System for Unity
Topic: I can't find Dialogue System Quest Machine Bridge script
Replies: 1
Views: 343

I can't find Dialogue System Quest Machine Bridge script

Hi, I am trying to referring to this tutorial: https://www.youtube.com/watch?v=zniaQKRjPUA&list=PLwJBdHXwa-RqjEEWt1RrBAnePgiilk9vJ&index=14 at 4:56, I want to find my System Quest Machine Bridge script in my project but failed. Quest Machine(ver 1.2.26) and Dialogue System(ver 2.2.27) have b...
by KKL
Mon May 02, 2022 10:22 pm
Forum: Quest Machine
Topic: UI problems
Replies: 9
Views: 1501

Re: UI problems

Yes :) I have just sent the email, please kindly have a look! :D
by KKL
Mon May 02, 2022 8:22 pm
Forum: Quest Machine
Topic: UI problems
Replies: 9
Views: 1501

Re: UI problems

MessageSystem.cs row 454:

Code: Select all

SendMessageWithTarget(sender, null, message, StringField.GetStringValue(parameter), values);
by KKL
Mon May 02, 2022 7:48 pm
Forum: Quest Machine
Topic: UI problems
Replies: 9
Views: 1501

Re: UI problems

After I update the patch seems the logs remains the same.

Is that means problems may come from my own side?
by KKL
Sun May 01, 2022 2:16 pm
Forum: Quest Machine
Topic: UI problems
Replies: 9
Views: 1501

Re: UI problems

Thank you for your guidance, I have separated HUD and AlertUI from quest machine canvas. Currently, HUD works quite well in my project. However, AlertUI can't show as expected. Here is part of the error log. Message System exception sending 'Quest Alert'/'exploreCircleamdReturn' to Quest Machine (Pi...
by KKL
Thu Apr 28, 2022 12:47 pm
Forum: Quest Machine
Topic: UI problems
Replies: 9
Views: 1501

UI problems

I am working on a VR project using the VRIF (VR Interaction Framework) and Quest Machine. I will need 2 types of Canvas: 1) Screen Space - Overlay: For HUD to be always displayed 2) World Space render mode: Only to display the Quest Dialogue UI My Question is: How can I separate the HUD UI from Dial...