A Comprehensive Guide to Variables in C++
You can access the full course here: C++ Programming for Beginners Basic Variables As fun as input output is, it’s time to start learning about the language basics so we can make our programs actually...
View ArticleCreating 2D lights using the Universal Render Pipeline (URP)
There are a lot of new 2D features added in Unity 2019.3 along with the release of Universal Render Pipeline (formerly LWRP) including 2D sprite Editor, 2D Animation, 2D lighting, etc. In this...
View ArticleHow to Detect Touch Input for Mobile
You can access the full course here: Mobile Game Development for Beginners Touch Inputs Create a new C# script called ColorChanger and attach it to the main camera. Open it up in Visual Studio. In the...
View ArticleCreate 2D Lights with Unity’s Universal Render Pipeline
Unity 2019.3 is packed to the brim with new features to help improve your game development process! Along with the release of a new graphics rendering pipeline called Universal Render Pipeline...
View ArticleZenva vs Udemy – 2020 Complete Comparison
Ready to learn, but aren’t sure whether Udemy or Zenva has the best online programming courses for 2020? While both platforms offer a wide variety of coding courses that let you learn coding online for...
View ArticleHow to Improve Game Feel in Three Easy Ways
Game feel, or ‘game juice’ refers to the tactile sensation experienced when interacting with video games, which decides how fun or engaging the second-to-second play of the game is. It is often a...
View ArticleHow to Make a HTML5 Game
What exactly is a HTML5 game Let’s start from total zero. What is HTML5? that’s a tricky question. There is a official definition of HTML5, which simply stands for the latest revision of HTML (the...
View ArticleUnity Reflect Tutorials – Complete Guide
Meet Unity’s newest technology set to enhance the workflow for building designers, architects, and engineers: Unity Reflect. For the construction industry, BIM, or Building Information Modeling, has...
View ArticleUnity XR Interaction Toolkit Tutorials – Complete Guide
Unity’s new XR Interaction Toolkit allows developers to implement interactivity into their AR and VR experiences without needing to code. The toolkit is available for Unity 2019.3 and can be downloaded...
View ArticleUnity Havok Physics Tutorials – Complete Guide
Havok, is a popular physics engine which can be found in many AAA games, and now it’s coming to Unity. So what does this mean? Well for many years, people have been asking for an alternative to Unity’s...
View ArticleMake a Game with Unity’s Navigation Components – Part 1
Introduction One of the most incredible things about game design is the ability to do things that are impossible in reality. A chief example of this is the idea of the orthographic view. Computers have...
View ArticleUnity ML-Agents Tutorials – Complete Guide
Unity ML-Agents, is an open source toolkit developed by Unity to enhance a game’s AI with machine learning. Typically when developing an AI for a game, you’d check to see if a certain condition is true...
View ArticleMake a Game with Unity’s Navigation Components – Part 2
Introduction It has been my persistent perception that video game design is at a unique junction of art and technicality. If one manages to mesh impeccable code with sublime artistry, the results can...
View ArticleUnreal Engine Blueprints Tutorials – Complete Guide
The Unreal Engine, is a game engine which is accessible to both triple-A game developers and beginners. When creating a complex and large scale game, you’d most likely use Unreal’s built in C++ support...
View ArticleFree Course – Game Development for Kids with Unity Playground
Begin developing your first game with the free tutorial above using Unity Playground – the perfect, no coding solution for kids and those young at heart! You can also extend the material covered here...
View ArticleBest Game Engines of 2020
When it comes to game development, choosing the right game engine for your game can make or break the entire experience. There are also a lot of factors to consider: What kind of game are you trying...
View ArticleGodot 4.0 Tutorials – Complete Guide
Godot 4.0 is the next major update for the Godot game engine. In January 2018, Godot 3.0 was released which introduced many new features such as a new rendering engine and improved asset pipelines....
View ArticleBeginner’s Guide to Game Development with Unreal Engine
Introduction Are you ready to start developing FPS games, RPGs, retro-style games, and more with the amazing Unreal Engine? You’re in for quite a treat, then! Unreal Engine 4 is one of the most...
View ArticleHow to Make a Game
So you want to learn game development and don’t necessarily know where to begin? With the games industry constantly evolving, it may be overwhelming on knowing where to start. This guide will hopefully...
View ArticleUnity Device Simulator Tutorials – Complete Guide
The Device Simulator, is a package for Unity which can display your game on a number of different devices. This is so when your developing your game, you can see how it looks on mobile devices,...
View Article