Category Project

Manual Car Driving Mechanism

This game is a simulation of real world driving, where you need precise control over Clutch, Accelerator and Brake to drive without any halt and increase car’s economy. Majority of the time on this project is spent in building the…

Snakes – Unity ML Agent

[NOTE: This includes entire workflow of Unity ML Agent. Refer: ] Snake Movement Mechanism Most important thing in the snake movement is considering that there is cube movement and not snake movement as a whole body. The trick here is:…

Youtube & Twitter API Integration w/Unity

Request Data from YouTube Data API Using the code line shown below will help you fetch the data of any Youtuber, including his/her subscribers count, view count, total videos, etc. Two things which are variable are “dlcUrl[i]” and “API_Key”. “dlcUrl[i]”…