customize dialouge UI
customize dialouge UI
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
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
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
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
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
Thank you so much sir, you are amazing.