Search found 8 matches

by phatality123
Sat Feb 21, 2015 11:10 am
Forum: Dialogue System for Unity
Topic: Chat box and text scale
Replies: 6
Views: 2806

Chat box and text scale

Ok I'll give that a try, or will otherwise look into using unity UI. Thanks for the help
by phatality123
Sat Feb 21, 2015 10:47 am
Forum: Dialogue System for Unity
Topic: Chat box and text scale
Replies: 6
Views: 2806

Chat box and text scale

Yeah I've thought about using it along with unity's new UI, since thats how I'm currently getting my other GUI parts to work the way I want, but wasn't sure exactly how to integrate the two together. So far I've gotten the Dialogue UI to shrink/expand along with resolution (somewhat) but it doesn't ...
by phatality123
Sat Feb 21, 2015 6:54 am
Forum: Dialogue System for Unity
Topic: Chat box and text scale
Replies: 6
Views: 2806

Chat box and text scale

Ok thanks. Do I set this to the GUI Root or do I have to manually edit all of it's children?
by phatality123
Sat Feb 21, 2015 6:27 am
Forum: Dialogue System for Unity
Topic: Chat box and text scale
Replies: 6
Views: 2806

Chat box and text scale

Hello. For my project I'm currently using the JRPG w/ continue button base. I've been trying to figure out how to make the entire thing (textbox panel, character portrait panel, and text itself) scale down accordingly with the resolution/size of the viewport window of the game, but haven't been succ...
by phatality123
Tue Dec 23, 2014 6:13 am
Forum: Dialogue System for Unity
Topic: Accessing different script
Replies: 10
Views: 2817

Accessing different script

:D Thanks. Yeah I was trying to figure it out for awhile but couldn't come to a solution xD. Actually I do have one more question; is there any way you can change the color of certain words in a conversation node? Been wondering how to do that.
by phatality123
Tue Dec 23, 2014 5:45 am
Forum: Dialogue System for Unity
Topic: Accessing different script
Replies: 10
Views: 2817

Accessing different script

Oh ok I think I understand. Thanks for the in-depth explanation :D.
by phatality123
Tue Dec 23, 2014 4:41 am
Forum: Dialogue System for Unity
Topic: Accessing different script
Replies: 10
Views: 2817

Accessing different script

And how would I access them if they're on a separate gameObject?
by phatality123
Tue Dec 23, 2014 4:27 am
Forum: Dialogue System for Unity
Topic: Accessing different script
Replies: 10
Views: 2817

Accessing different script

how can i access a different script or script variables from a certain node in the dialogue manager, if its possible? thanks