how to make a gameobject be positioned according to screen (on edge of screen)?
I have a Game object that I have positioned on the edge off my game screen but when I put the game on my phone it changes its position. is there another way to keep the position of a game object to match screen size?
Answer by Jessespike · Dec 18, 2015 at 04:32 PM
Unity: Script Reference -- Camera.ScreenToWorldPoint
Here'a another question that is very similar: http://answers.unity3d.com/questions/1113483/how-do-i-get-the-world-coordinates-of-the-top-left.html#answer-1113516
Your answer
Follow this Question
Related Questions
Move Object to the side of the Screen 1 Answer
How to move object from an array position to another array position? 0 Answers
Control were game window opens on desktop? 0 Answers
How can I rate the game on different screen resolutions? 0 Answers
Get the position of a picture on the screen. Related to canvas scaler 0 Answers