Search found 5 matches

by pixelemm
Fri Nov 22, 2024 3:15 am
Forum: Dialogue System for Unity
Topic: Quest HUD not showing quests in order
Replies: 1
Views: 31

Quest HUD not showing quests in order

Hi there! I've a curious problem that I'm having. My quests shown on the Quest HUD isn't being shown in order even when the QuestID is in order and when I call them in the conversation is in order. The order that I would like my quests to be shown is: Add Protein to bowl Add Vegetable to bowl Add Ga...
by pixelemm
Thu Aug 08, 2024 3:10 am
Forum: Dialogue System for Unity
Topic: Accessing Custom Classes with Custom Sequencer Commands
Replies: 3
Views: 698

Accessing Custom Classes with Custom Sequencer Commands

Hi, Is it possible for me to access classes not within the Dialogue System using a custom Sequencer Command? This is what I would like to do: Find the mid point between a speaker and listener and use that as a Camera angle when calling the Camera() sequencer command. I'm not sure if there is a bette...
by pixelemm
Tue Aug 06, 2024 3:18 am
Forum: Dialogue System for Unity
Topic: Render Camera Becomes Null After Loading
Replies: 3
Views: 677

Re: Render Camera Becomes Null After Loading

Hi,

I got it to work by writing a small script that uses a coroutine to constantly check if the desired camera exists and assign it to the dialogue system!

Thanks for the reply
by pixelemm
Fri Jul 19, 2024 3:04 am
Forum: Dialogue System for Unity
Topic: Render Camera Becomes Null After Loading
Replies: 3
Views: 677

Render Camera Becomes Null After Loading

Hi,

I'm having an issue where after I load a save slot, my canvas' Render Camera becomes null.
The render camera is correct when starting up the game. I hope there is a way to solve this.

I've attached some screenshots to illustrate the problem.
Before start
Before start
01.png (466.7 KiB) Viewed 677 times
During Start
During Start
02.png (859.78 KiB) Viewed 677 times
After loading
After loading
03.png (765.83 KiB) Viewed 677 times