Okay so I’m extremely new to Unity, so new that I have decided to use the included squares (this is a 2D game) as sprites because I cannot import pictures without them being blurry.
Anyway, my game Is very simple and I need help with some basic collisions and controls:
SO, I wanted to be able to move my square left and right but it cannot stop so the difficulty is increased. Touching the left side of the screen makes it go left and the right side is the same.
When the square hits another square I want a message saying “game over!” to appear and you have to restart the game somehow.
I know I am asking for a lot but I am terrible at coding. Any help would be super appreciated!
thanks.