Introduction to Shaders: Learn the Basics!
Shaders are a powerful tool that can be used to create captivating visual effects and generative art. In this video, the basics of shaders are taught with a focus on creating 2D art and effects using ...
Audacity - Free, open source, cross-platform audio software for multi-track recording and editing
Audacity is an easy-to-use, multi-track audio editor and recorder for Windows, macOS, GNU/Linux, and other operating systems. It is free, open source software that supports various features such as re...
FNA - Accuracy-focused XNA4 reimplementation for open platforms
GitHub - FNA-XNA/FNA: FNA - Accuracy-focused XNA4 reimplementation for open platforms. FNA is an open-source project that aims to recreate the functionality of Microsofts XNA framework. It is designed...
Kenney - Home
Kenney provides thousands of completely free game assets for you to use in your projects. With their tools, you can create 3D models without any knowledge of complex software or frameworks. Subscribe ...
From order to chaos: Anti-patterns in Unity software design
Unity is undeniably a powerful game engine, but there’s a disheartening trend I can’t ignore: Too many projects developed with Unity end up in a complete mess. In the Unity project graveyard, many ven...
10 Things My 10 Years of Using Unity Have Taught Me
Over the past 10 years, Ive learned valuable lessons while using Unity for professional games and personal projects. This article shares advice on picking the right Unity version, disabling compressio...
Dear Game Developers, Stop Messing This Up!
Developers commonly misuse a variable that is crucial for smooth motion in video games. This variable, known as Delta time, is used in popular game engines such as Unity and Unreal. However, many deve...
Boids: A Unity Experiment
In this experiment, boids are explored using Unity. The video available at https://www.youtube.com/watch?v=bqtqltqcQhw shows the boids in action, while the ECS sample project at https://github.com/Uni...