Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
2 answers
398 views

How to set HUD elements position and size depending of resolution [duplicate]

How can I set HUD elements' position and size when changing resolution and maintain the desired layout? All HUD elements (including menu items such as play button, setting button etc) need to get some ...
user2597689's user avatar
-1 votes
2 answers
158 views

Giving the update function a history

I am using Unity but this is an issue, that can be applied to every programming language. I only have one Update-Function. function Update () { } This function ...
Zurechtweiser's user avatar