Quantcast
Channel: Answers by "RedDevil"
Viewing all articles
Browse latest Browse all 92

Answer by RedDevil

$
0
0
this happeds because you are showing it at height of 515 pixels and maybe the mobile phone you are testing this on does not have a resolution that big.To solve this you chould just postion it at screen percentages and that way you can make sure it will always be in that spot. Here is an example: GUI.Label(Screen.width * 0.9f,Screen.height * 0.1f,200,200),clock); here 0.9 represents 90% and 0.1 represents 10%. You can also do this by dividing screen.width /2 + 50 (but the method above has better results on different resolutions.

Viewing all articles
Browse latest Browse all 92

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>