Scrolling the text
Posted: Mon Nov 13, 2017 7:44 am
Hi Tony.
So I've read through forum posts trying to find exactly what I need, but I just found variations of the thing that I require. I'm trying to implement the scrolling chat of Subsurface Circular game, and I used this example for it:
http://www.pixelcrushers.com/download/5222/
Problem with this version is that PC's answers can also be scrolled up and down, and my idea is to scroll just the conversation between you and the npc, and for available answers to always be visible even when you start scrolling. This seemed like a simple task in the editor but no matter how I tried to unparent the "Response Button Container" and transfer it I could not seem to succeed. At the end I just duplicated the "Scroll Rect" component and deleted the "Conversation Log Panel" from the copy, and from the original disabled "Response Button Container" component but this seems like a bad way to do it. It seems like Dialogue System is accessing all these components through script and changing them in runtime, I think that's why I have trouble rearranging it as I see fit. Sorry for my long rumble but I just wanted to be as detailed as I could of my problem.
Thank you again for your help.
So I've read through forum posts trying to find exactly what I need, but I just found variations of the thing that I require. I'm trying to implement the scrolling chat of Subsurface Circular game, and I used this example for it:
http://www.pixelcrushers.com/download/5222/
Problem with this version is that PC's answers can also be scrolled up and down, and my idea is to scroll just the conversation between you and the npc, and for available answers to always be visible even when you start scrolling. This seemed like a simple task in the editor but no matter how I tried to unparent the "Response Button Container" and transfer it I could not seem to succeed. At the end I just duplicated the "Scroll Rect" component and deleted the "Conversation Log Panel" from the copy, and from the original disabled "Response Button Container" component but this seems like a bad way to do it. It seems like Dialogue System is accessing all these components through script and changing them in runtime, I think that's why I have trouble rearranging it as I see fit. Sorry for my long rumble but I just wanted to be as detailed as I could of my problem.
Thank you again for your help.