Page 3 of 4

Re: Trying to use the Standard VN template and having questions

Posted: Fri Jul 28, 2023 8:22 am
by simplepleasuresdxy
Hi tony

Uhhh what about the other issue regarding the canvas not showing up when called? Its right before when i asked about sort order

Re: Trying to use the Standard VN template and having questions

Posted: Fri Jul 28, 2023 8:55 am
by Tony Li
Can you post a screenshot of the hierarchy showing the names of the children under your CGs GameObject?

Is one of those children named "CGRuby"?

When the dialogue entry node with the SetActive(CGRuby,true) command plays, are there any errors or warnings in the Console window?

Re: Trying to use the Standard VN template and having questions

Posted: Fri Jul 28, 2023 1:51 pm
by simplepleasuresdxy
I pretty much followed things down to how you showed. Cgruby is a child to the canvas but it doesnt show up. No errors. Is it supposed to be on the camera or sized to the canvas?

Re: Trying to use the Standard VN template and having questions

Posted: Fri Jul 28, 2023 2:21 pm
by Tony Li
Try activating it at design time (i.e., not in play mode). Is it visible in the Game window?

Can you post a screenshot of the hierarchy showing the names of the children under your CGs GameObject? Maybe the spelling or capitalization is slightly different than what you're using in the SetActive() command.

Re: Trying to use the Standard VN template and having questions

Posted: Fri Jul 28, 2023 5:46 pm
by simplepleasuresdxy
It isn't visible, but it's visible where the canvas with the text UI is. Isn't it supposed to be visible where the canvas is?

Re: Trying to use the Standard VN template and having questions

Posted: Fri Jul 28, 2023 7:15 pm
by Tony Li
Its visibility and position will probably depend on its Rect Transform and the Rect Transform of its parent. Can you post a screenshot?

Re: Trying to use the Standard VN template and having questions

Posted: Fri Jul 28, 2023 11:06 pm
by simplepleasuresdxy
Hi tony, I was able to get this part fixed up. I gotta go back to the panels. I'm trying to push a character sprite into the "left panel" which is the 1 slot as far as I can tell, but no matter what I do, it doesn't work. He still stays where he is.

Image
Image
Image

Re: Trying to use the Standard VN template and having questions

Posted: Sat Jul 29, 2023 9:11 am
by Tony Li
Hi,

"SetPanel(Bill Cipher, 1)" should show Bill Cipher's pic #3 in subtitle panel 1 the next time Bill Cipher has a line of dialogue to speak. Are there any errors or warnings in the Console window? Is the next line maybe not assigned to Bill Cipher?

Re: Trying to use the Standard VN template and having questions

Posted: Sat Jul 29, 2023 1:43 pm
by simplepleasuresdxy
How do I have it to where he is set in subtitle panel 1 without needing him to speak?

Re: Trying to use the Standard VN template and having questions

Posted: Sat Jul 29, 2023 1:57 pm
by Tony Li
Can you start him in panel 1? If so, add a Dialogue Actor to Bill Cipher's GameObject if he doesn't already have one. Set the Actor dropdown to Bill Cipher. Set Dialogue UI Settings > Subtitle Panel Number to Panel 1.