Canvas Sort Order
Posted: Thu Nov 24, 2022 1:07 pm
Hi Toni,
I hope you are doing well.
I have a question about canvases and overriding UI.
My Dialogue System canvas has a priority of 10.
I have a different Canvas, lets call it Info Canvas, that has other info not relating to the Dialogue System, such as rss display and buttons. This one has a sort order of 20, so it appears above the dialogue canvas.
One of my dialogues is a tutorial dialogue, this has an Override UI component, and I would like it to have a higher sort order so it appears above all my buttons, while all the other Dialogue UIs I have, still appear under the Info Canvas.
The question is, is there a way to link the override UI to an override Sort Order? I thought about Dialogue System Events and changing the Sort Order OnConversationStart(), but perhaps there is an easier way?
Thanks in advance.
Nico
I hope you are doing well.
I have a question about canvases and overriding UI.
My Dialogue System canvas has a priority of 10.
I have a different Canvas, lets call it Info Canvas, that has other info not relating to the Dialogue System, such as rss display and buttons. This one has a sort order of 20, so it appears above the dialogue canvas.
One of my dialogues is a tutorial dialogue, this has an Override UI component, and I would like it to have a higher sort order so it appears above all my buttons, while all the other Dialogue UIs I have, still appear under the Info Canvas.
The question is, is there a way to link the override UI to an override Sort Order? I thought about Dialogue System Events and changing the Sort Order OnConversationStart(), but perhaps there is an easier way?
Thanks in advance.
Nico