Sat.Feb 15, 2020 - Fri.Feb 21, 2020

article thumbnail

10 Elements of Good Game Design

Brand Game Development

When I was a neophyte game developer, I found an excellent article by Wizards of the Coast, creators of Magic: the Gathering , called Ten Things Every Game Needs. It was written almost five years ago, but the wisdom within the article is still very relevant. This two-part article was so influential in my initial design of War Co. that I actually quoted it in my business plan.

article thumbnail

Unity Performance: Oculus CPU and GPU Hardware Levels

The GameDev Guru

Here's a question for those of you who develop for Oculus VR. How much do you really know about the Oculus CPU and GPU hardware levels? Let's see what these hardware levels are doing to your game.

Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Navigation Server for Godot 4.0

Mircosoft Game Dev

This post is outdated and it does not reflect the current state of the Navigation Server in Godot 4.0. If you want to read more about the most recent version you can do so here: [link]. [link]. Godot 4.0 features start to land in the development branch, and I'm pleased to introduce you the new NavigationServer and NavigationServer2D interfaces. In previous Godot versions, we didn't have a Navigation server and everything was done through the use of the Navigation node.

Agent 52
article thumbnail

2020 Predictions #10: Playbook to reach the Top of Sports Games

Deconstructor of Fun

This analysis is written by UX Reviewer’s Om Tandon and product guy and blog writer Alexandre Macmillan To make sure you don’t miss all the following prediction posts, please do subscribe to the Deconstructor of Fun newsletter. You can find all of our 2020 predictions here. Unless otherwise specified, all the data has been provided by the wonderful services of App Annie.

Racing 52
Join the IGDA Community
article thumbnail

Handling User Input

The Liquid Fire

Most projects you will create in Unity are probably intended to be interactive. They should be able to respond to mouse clicks and drags, keyboard, touch, or other forms of user input. This tutorial will cover a variety of options by which you can manage these types of events. MonoBehaviour Events. Tip – the methods we will examine here are very quick and easy to use, but I consider them to be “legacy” code.