How can I make an object spawn in the center of the screen regardless of the users screen resolution?
I've tried using
Browser.ScreenWidth /2
Browser.ScreenHeight /2
as well as several other settings to no avail.
I also tried playing around with the objects origin point and some other 'tricks' but I couldn't get anything to work consistently.
Also, in case it makes a difference, I'm using Scale Outer for this project.
Any help would be appreciated.
Thank you.