How to Import Assets in Godot
Nov 12 2024 · Article (20 mins)
This tutorial is for technically-minded creators looking to add visual polish to their projects without creat...
more
How to Import Assets in Godot
This tutorial is for technically-minded creators looking to add visual polish to their projects without creating assets from scratch. It guides you through importing free assets from sites like Sketchfab and TurboSquid into Godot, with tips on handling the quirks of Godot’s import process. By the end, you’ll have set up a main menu scene for a horror game.
Game Tech
Exporting Your Godot Project to Windows and Linux
Oct 6 2024 · Article (30 mins)
Exporting your Godot project for Windows and Linux is a crucial step in sharing your game with the world. Thi...
more
Exporting Your Godot Project to Windows and Linux
Exporting your Godot project for Windows and Linux is a crucial step in sharing your game with the world. This tutorial walks you through the process, covering essential topics like export templates, preset configuration, and platform-specific settings. Learn how to navigate the export window, understand various options, and create distribution-ready builds for both Windows and Linux platforms. Whether you’re targeting Steam, itch.io, or direct distribution, this guide provides valuable insights to help you reach your audience effectively.
Game Tech
Extending the Editor with Plugins in Godot
Feb 2 2024 · Article (45 mins)
Embark on a journey to harness the true power of Godot with editor plugins! Revolutionize your workflow with ...
more
Extending the Editor with Plugins in Godot
Embark on a journey to harness the true power of Godot with editor plugins! Revolutionize your workflow with bespoke tools, efficient shortcuts, and personalized menu options. Delve deep into the art of plugin creation and unlock the boundless potential of Godot with ease.
Game Tech
Introduction to Shaders in Godot 4
Dec 29 2023 · Article (45 mins)
Discover the art of game customization with shaders in Godot 4. Learn to craft your visual effects, from text...
more
Introduction to Shaders in Godot 4
Discover the art of game customization with shaders in Godot 4. Learn to craft your visual effects, from texture color manipulation to sprite animations, in this guide to writing fragment and vertex shaders.
Game Tech
Using and Creating Resources in Godot 4
Dec 7 2023 · Article (40 mins)
Any game out there needs assets like textures, sounds, and music to provide a fun experience to its players. ...
more
Using and Creating Resources in Godot 4
Any game out there needs assets like textures, sounds, and music to provide a fun experience to its players. Godot treats these files as resources you can use throughout your project. Besides Godot’s built-in resources, you can also create your own to build powerful, modular systems. Custom resources make it easier to manage your project. […]
Game Tech
Unreal Engine 5: Building Worlds With Quixel Megascans
Aug 31 2023 · Article (20 mins)
Learn how to craft Landscapes using Unreal Engine 5 and leverage the power of Quixel Megascans for high-quali...
more
Unreal Engine 5: Building Worlds With Quixel Megascans
Learn how to craft Landscapes using Unreal Engine 5 and leverage the power of Quixel Megascans for high-quality textures and assets. Discover the step-by-step process of applying complex material blends and adding intricate details to create captivating gaming environments.
Game Tech
Targeting the Steam Deck with Godot
Aug 17 2023 · Article (25 mins)
This tutorial guides game developers through the process of preparing a Godot project specifically for the St...
more
Targeting the Steam Deck with Godot
This tutorial guides game developers through the process of preparing a Godot project specifically for the Steam Deck device. It covers understanding Steam Deck hardware, handling input, optimizing game performance, and detecting the Steam Deck in the project, providing valuable insights for creating engaging games tailored for this exciting gaming platform.
Game Tech
How to Transfer Game Builds to a Steam Deck
Jun 2 2023 · Article (35 mins)
This tutorial will teach you how you can push your game builds to your Steam Deck fast and automatically usin...
more
How to Transfer Game Builds to a Steam Deck
This tutorial will teach you how you can push your game builds to your Steam Deck fast and automatically using Syncthing, a multiplatform file synchronization program.
In this Unreal Engine 5 UI tutorial, you’ll learn how to create, display and update a HUD.
Unreal Engine 5 UI Tutorial
In this Unreal Engine 5 UI tutorial, you’ll learn how to create, display and update a HUD.
Game Tech
Introduction to GDScript in Godot 4 Part 2
Apr 14 2023 · Article (45 mins)
In this second part of the GDScript introduction, you’ll learn about state machines, adding and removing node...
more
Introduction to GDScript in Godot 4 Part 2
In this second part of the GDScript introduction, you’ll learn about state machines, adding and removing nodes and how to make a camera follow a node.
Game Tech
Introduction to GDScript in Godot 4 Part 1
Apr 14 2023 · Article (45 mins)
Get started learning GDScript in this two-part tutorial. You’ll learn about the built-in script editor, using...
more
Introduction to GDScript in Godot 4 Part 1
Get started learning GDScript in this two-part tutorial. You’ll learn about the built-in script editor, using variables and player input.
Game Tech
Introduction to Asynchronous Programming in Unity
Dec 8 2021 · Article (35 mins)
Dive deeper into the world of asynchronous programming in Unity by creating a fun town-builder game.
Introduction to Asynchronous Programming in Unity
Dive deeper into the world of asynchronous programming in Unity by creating a fun town-builder game.
Multiple Domains
Blender Tutorial for Beginners: How To Make A Mushroom
Apr 13 2021 · Article (40 mins)
Learn how to make a 3D mushroom in this Blender tutorial for beginners!
Blender Tutorial for Beginners: How To Make A Mushroom
Learn how to make a 3D mushroom in this Blender tutorial for beginners!
Game Tech
ProBuilder Tutorial: Rapid Prototyping in Unity
Dec 16 2020 · Article (30 mins)
ProBuilder is a Unity in-editor prototyping tool that has everything you need to block out your level and cre...
more
ProBuilder Tutorial: Rapid Prototyping in Unity
ProBuilder is a Unity in-editor prototyping tool that has everything you need to block out your level and create new game worlds in the blink of an eye. This tutorial will teach you the basics of how to use it.
Game Tech
Introduction to Shaders in Unity
Apr 8 2020 · Article (25 mins)
Ever wondered about shaders in Unity? In this tutorial, you’ll learn what shaders are, how to display vertex ...
more
Introduction to Shaders in Unity
Ever wondered about shaders in Unity? In this tutorial, you’ll learn what shaders are, how to display vertex colors and how to animate within shaders.
Game Tech
State Pattern Using Unity
Jan 8 2020 · Article (20 mins)
Learn all about the Finite State Machine design pattern in Unity. Then implement it to control the movement o...
more
State Pattern Using Unity
Learn all about the Finite State Machine design pattern in Unity. Then implement it to control the movement of your own character!
Game Tech
Implementing The Command Pattern In Unity
Aug 14 2019 · Article (20 mins)
How to achieve replay functionality, as well as undo and redo in Unity by using the command pattern. Use it t...
more
Implementing The Command Pattern In Unity
How to achieve replay functionality, as well as undo and redo in Unity by using the command pattern. Use it to enhance strategy and similar games.
In this tutorial you’ll learn how to create and use ScriptableObject in Unity. ScriptableObjects in Unity can...
more
ScriptableObject Tutorial: Getting Started
In this tutorial you’ll learn how to create and use ScriptableObject in Unity. ScriptableObjects in Unity can increase your workflow, reduce memory usage, and even decouple your code architecture.
Game Tech
Introduction to the New Unity 2D Tilemap System
Apr 27 2018 · Article (25 mins)
Unity’s 2D Tilemap System creates a great opportunity for aspiring indie developers and game studios around t...
more
Introduction to the New Unity 2D Tilemap System
Unity’s 2D Tilemap System creates a great opportunity for aspiring indie developers and game studios around the world to save time prototyping and building out quality 2D games. In this tutorial, you’ll use a simple 2D tile-based game to learn more about tile maps in Unity.
Game Tech
Unity Cheat Sheet and Quick Reference 2018
Jan 19 2018 · Article (10 mins)
Unity Cheat Sheet and Quick Reference Now Available! Do you find yourself asking the same questions over and ...
more
Unity Cheat Sheet and Quick Reference 2018
Unity Cheat Sheet and Quick Reference Now Available! Do you find yourself asking the same questions over and over when using Unity? We made this for you!