VN Framework: Possible bug with SetActive & Portraits

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
Alatriste
Posts: 181
Joined: Wed Nov 11, 2015 5:07 pm
Contact:

VN Framework: Possible bug with SetActive & Portraits

Post by Alatriste »

Hi Tony,

I found that when I have a node with "SetActive(Subtitle Panel 1, false)", the portraits in the following dialogues using the same panel doesn't show up anymore. Not even if I include in the next node SetActive(Subtitle Panel 1, true)

The weird thing is that in the Hierarchy I can see how the object panel is disabled and enable once the character talks again, but his portrait is not displayed. No idea why this happens.

Edit: The workaround is using SendMessage(Close,, Subtitle Panel 1) instead. Anyway, I think it might be worthy to take a look when you have time. ;)
User avatar
Tony Li
Posts: 21069
Joined: Thu Jul 18, 2013 1:27 pm

Re: VN Framework: Possible bug with SetActive & Portraits

Post by Tony Li »

Hi,

I'll check this out next week and reply back here.
Post Reply