Hi there.
How can I implement a static UI? For ex., there are 4 static ui items (grey blocks) and scrollable field (white area). Field scrolling was implemented by main camera moving.
Problem is a ui blocks scrolling together with white area.
Hi there.
How can I implement a static UI? For ex., there are 4 static ui items (grey blocks) and scrollable field (white area). Field scrolling was implemented by main camera moving.
Problem is a ui blocks scrolling together with white area.
Put the UI in a separate scene. For very simple elements, you can also use scrollFactor
, but I wouldn’t recommend it.