Skip to content

Latest commit

 

History

History
27 lines (20 loc) · 1.28 KB

README.md

File metadata and controls

27 lines (20 loc) · 1.28 KB

Shrinking-World

Software prerequisites:

  • Unity Hub (Download it with this link)
  • Unity3d 2019.3 or above. (currently using beta version)
  • Visual Studio installed (normally comes on installing Unity)
  • Blender for modeling (Not for running the code)

How to run the game:

  • clone this repository
  • open the cloned repository with UnityHub by clicking add in unity hub and opening the clone repository folder
  • play/Edit the game if you want and to run the click on play button on middle top of the unity editor.
  • To build the game simple go to file -> build settings -> build and run (make sure the build is on pc-standalone or webGL)
  • Select the folder to build the game and wait for the build process to complete.
  • Now play the game in your local computer

alt text

Easy method to run the game:

  • Just follow this link and play on web. We hosted the game on github pages.

How to make this game on your own?