All Questions
Tagged with metaprogramming software-engineering
2 questions
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 ...
-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 ...