Quest Journal UI how to get it to work for portrait mobile

Announcements, support questions, and discussion for Quest Machine.
Post Reply
NPixey
Posts: 13
Joined: Mon Jan 17, 2022 1:21 pm

Quest Journal UI how to get it to work for portrait mobile

Post by NPixey »

Hi there Im hoping to modify the Quest Journal UI to work with mobile in portrait mode
Could I have tips on how to do this?
Quest.JPG
Quest.JPG (25.19 KiB) Viewed 3788 times
- I changed the size of the Expand and Hidden animation - which seems to work ok.
(but wonder if that will be ok as a solution)
User avatar
Tony Li
Posts: 20731
Joined: Thu Jul 18, 2013 1:27 pm

Re: Quest Journal UI how to get it to work for portrait mobile

Post by Tony Li »

Hi,

The animations adjust the UI's Rect Transform > Scale, so they should continue to work as long as you don't modify the scale. To make the UI adjust to the screen's aspect ratio (e.g., portrait or landscape), set the Rect Transform to something like:

responsiveQuestJournalUI.png
responsiveQuestJournalUI.png (24.18 KiB) Viewed 3776 times
Post Reply