Page 1 of 1

Different NPCs panels

Posted: Fri Aug 17, 2018 12:59 pm
by miguelfanclub
Hi,

Is it possible to have different panels configurations for different npcs?

Re: Different NPCs panels

Posted: Fri Aug 17, 2018 1:20 pm
by Tony Li
It's much easier in version 2.x using the Standard Dialogue UI. Add a Dialogue Actor component to the NPC and specify which panel number to use.

However, you can still do it in version 1.x. It's just a little more complicated. You'll need to add an Override Unity UI Dialogue UI Controls component to the NPC. Use the instructions in the World Space Dialogue UIs section. The instructions are still valid even if the panel isn't a world space UI.

If you decide to upgrade to version 2.x, make sure to follow the upgrade instructions. If you're using the Menu Framework, delete the Menu Framework's Scripts folder. Then import the latest version of the Menu Framework, too.

Re: Different NPCs panels

Posted: Sat Aug 18, 2018 9:18 am
by miguelfanclub
Is the Standard Dialogue UI TextMesh pro compatible??? I cant drag any text to any field for lines.

Re: Different NPCs panels

Posted: Sat Aug 18, 2018 9:56 am
by Tony Li
Yes, but you must enable it first using these steps.