HI all, I was wondering if anyone can help in my predicament.
I am currently trying to split my screen in half on my device which I have achieved using
if (touch.position.y < Screen.height/2)
if (touch.position.y > Screen.height/2)
The allow 2 people playing the game at the same time to control on paddle on each side of the screen. At the moment I cannot get this to work. One player MUST be holding the screen to allow the other to move.
Can anyone help?
Thanks
↧