Hi, I am learning Unity and gave it a shot with tic-tac-toe game.
I have been able to create the game and in fact I have the build ready as well. However the last time I opened the project I made some changes which messed up the UI elements and I unintentionally saved it and closed Unity. Now I am not able to go back to the previous version.
I don’t intend to rollback my changes with some magic button since I am not using Git or similar tool. I want to know what these changes were and how can I revert those changes.
I wanted my game to be fit on all screens, so the changes I was playing were related to:
Rect Transform- Size of elements.
- Game->Display->Screen sizes/Simulator screen sizes.
As a new user I am only allowed to post one image so uploading the messed up ui elements image. Please help me revert it back to the original one.
Now <-|-> How it was originally:






Sure I will use it. Meanwhile I am sharing another screenshot of how it loos in Game Mode. The above screenshot of messed up elements was from Simulator view
– ronit1304