Dec 18, 2021Most Common Problem Faced by New Game DevelopersIn this blog, I would be telling about the solution to the problems which I faced as a game developer. How to think of a good idea /theme for a project If you do not have any idea for your game, just actively participate in game jams like 2 game jams a month. …Game Development3 min readGame Development3 min read
Nov 19, 2021What is Rigidbody??How can I add physics to my GameObject? Rigidbody is a component that enables your object to be affected by Physics. It allows the object to fall under Gravity and have Physics properties such as Mass, Velocity, Drag, etc. Without RigidbodyRigidbody4 min readRigidbody4 min read
Nov 19, 2021What is Unity ??Unity is a cross-platform(able to be used on different types of computers or with different software packages) game engine developed by Unity Technologies, first announced and released in June 2005 at Apple Inc.’s Worldwide Developers Conference as a Mac OS X-exclusive game engine. The engine has since been gradually extended…Unity Game Development5 min readUnity Game Development5 min read