Beginners must concentrate on making hyper casual game

Most of the game developers are people who play games. So, the first game they try to make is the game that they loved playing. But what they don’t understand is the background of the development process. They try and quit after a year. People don’t take seriously the simplest advice “KEEP IT SIMPLE”. In … Read more

How to make a Unity game without coding

There is a serious misconception that only programmers can make games. That was true long time back, but now with the advancement of technology and game engines, anybody can make a game. Many drag and drop game engines are available but scripting in a game can give you better control over game mechanics. So, how … Read more

Procedural terrain generation in games

Procedural generation of terrain generally refers to generating terrain based on certain algorithms. It has been used extensively throughout the years to randomly create everything from the enemies that spawn, all the way to the worlds that you explore. Procedural terrain generation involves lot of mathematics in it. So, if you don’t like mathematics or … Read more

Best Unity VR Camera asset

Don’t spend your precious development time re-creating VR camera rig, kickstart your VR development today, and have a VR camera implemented in just seconds with these assets from Unity store. 1. VR Easy VR Easy is a work process toolset for Unity3D that helps content engineers to rapidly bring out their ideas into VR Experiences … Read more

5 VR design principles to Creating Unforgettable VR Experiences

Virtual reality (VR) has become increasingly accessible in recent years, making it easier than ever for developers to create immersive experiences. This marks the golden age for VR developers, who now have the opportunity to captivate users with unforgettable VR experiences. With the widespread availability of smartphones equipped with gyroscopes and compatible VR headsets, anyone … Read more

What is a Game Design Document and how to write one.

Designing a complex game requires a planned approach. This is where the Game Design Document or popularly known as GDD comes into picture. A game design document is the complete sketch of the game on paper. The design document should contain each and every aspect of the game and should act as a guide for … Read more