Page 1 of 1
customize dialouge UI
Posted: Tue Jul 23, 2024 4:21 am
by cyber
Hi Sir, Current in dialogue UI all content add as a vertical layout. how can i change this to look like
Re: customize dialouge UI
Posted: Tue Jul 23, 2024 7:37 am
by Tony Li
Hi,
Your image didn't come through. However, you can remove the Vertical Layout Group and change the layout to look however you want. It's just plain old Unity UI. More info:
Grouping and Layout Techniques for UI Components
Re: customize dialouge UI
Posted: Tue Jul 23, 2024 8:16 am
by cyber
https://wetransfer.com/downloads/98efbe ... 940/cc6f55 here is the image. I am trying to do with layouts. Should I make different content container or templates?
Re: customize dialouge UI
Posted: Tue Jul 23, 2024 9:44 am
by Tony Li
Yes, you can make a subclass of UnityUIQuestLogUI if you want, and use different containers for:
- Left: Heading Text Template (DELIVERY MISSION) and Body Text Template (I have an urgent request...)
- Right: Subheading Text Template (OBJECTIVES, MISSION REWARD), icons, and the second body text template that's used (objectives list).
Re: customize dialouge UI
Posted: Wed Jul 24, 2024 1:02 am
by cyber
Thank you so much sir, you are amazing.
Re: customize dialouge UI
Posted: Wed Jul 24, 2024 8:03 am
by Tony Li
Happy to help!