Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Bro if u dont mind can you tell me how did you implement the thing where we can change the mode from 2d to 3d in your game think big. If u dont mind.??

Ya sure. Ill give you the steps as well as the scripts for this game if you want. After all its a Game Jam game, no harm showing how its made :D

https://github.com/YashArvindPatel/Think-Big---GameJam-Entry

Go to the Assets -> Scripts -> Mapper3Dto2D if you just want the logic for 2D to 3D transition and vica versa.

If you attach this script to any cube. When it collides with the plane, the coordinates of collision are captured and GL Draw is used to map them as a basic 2D primitive shape. 

Also the Camera's render distance (fieldOfView) is lowered. I went with this instead of using a Shader on cubes because I have less experience with Shader scripts.

If you have any questions you can ask me no problem.

Thank you very much