Getting Started with Unreal Engine for Unity Developers
Nov 21 2023 · Article (25 mins)
This comprehensive tutorial introduces developers to Unreal Engine, highlighting its differences from Unity and providing a detailed guide on getting started. It covers various aspects, including the user interface, materials, blueprint visual scripting and exporting projects, making it an invaluable resource for those transitioning to Unreal Engine for game development.
Getting Started with Unreal Engine for Unity Developers
This comprehensive tutorial introduces developers to Unreal Engine, highlighting its differences from Unity and providing a detailed guide on getting started. It covers various aspects, including the user interface, materials, blueprint visual scripting and exporting projects, making it an invaluable resource for those transitioning to Unreal Engine for game development.
Game Tech
New
Getting Started with Godot for Unity Developers
Sep 27 2023 · Article (25 mins)
Are you a Unity game developer curious about Godot? While Unity still dominates the market, Godot is rapidly gaining ground. Exploring multiple game engines can provide invaluable insights into their strengths and weaknesses. Godot, known for its ease of use, open-source nature, and recent 3D enhancements in Godot 4, offers an attractive alternative.
Getting Started with Godot for Unity Developers
Are you a Unity game developer curious about Godot? While Unity still dominates the market, Godot is rapidly gaining ground. Exploring multiple game engines can provide invaluable insights into their strengths and weaknesses. Godot, known for its ease of use, open-source nature, and recent 3D enhancements in Godot 4, offers an attractive alternative.
Game Tech
What’s New in Unity 2022?
Jul 11 2023 · Article (15 mins)
Unity 2022.3 has finally been released, so the 2022 stream has now moved into LTS. What new and exciting features do they have in store for us?
What’s New in Unity 2022?
Unity 2022.3 has finally been released, so the 2022 stream has now moved into LTS. What new and exciting features do they have in store for us?
Game Tech
Introduction To Unity Unit Testing
Mar 20 2023 · Article (35 mins)
Learn all about the Unity Test Framework and how to set up Unit Tests in your Unity projects.
Introduction To Unity Unit Testing
Learn all about the Unity Test Framework and how to set up Unit Tests in your Unity projects.
Game Tech
How to Reverse Engineer a Unity Game
Oct 13 2022 · Article (15 mins)
In this tutorial, you’ll use ILSpy and AssetStudio to extract code and assets from a compiled Unity game.
How to Reverse Engineer a Unity Game
In this tutorial, you’ll use ILSpy and AssetStudio to extract code and assets from a compiled Unity game.
Game Tech
Introduction to Unity UI – Part 1
Aug 22 2022 · Article (25 mins)
UI is a crucial part of any video game. Even in the most basic of games you need to navigate a main menu to start the action! In this tutorial, you’ll learn about the most common components developers use to build user interfaces in Unity. All while listening to some sweet sliding blues music. :]
Introduction to Unity UI – Part 1
UI is a crucial part of any video game. Even in the most basic of games you need to navigate a main menu to start the action! In this tutorial, you’ll learn about the most common components developers use to build user interfaces in Unity. All while listening to some sweet sliding blues music. :]
Game Tech
Introduction to Unity UI – Part 2
Aug 22 2022 · Article (20 mins)
In this second part of the tutorial, you’re going to add additional functionality like playing and pausing the music, selecting a track from a list inside a ScrollView, and changing the volume with a slider. As you add these features, you’ll learn all about Unity’s built-in UI components.
Introduction to Unity UI – Part 2
In this second part of the tutorial, you’re going to add additional functionality like playing and pausing the music, selecting a track from a list inside a ScrollView, and changing the volume with a slider. As you add these features, you’ll learn all about Unity’s built-in UI components.
Game Tech
Creating Reusable Characters With Blender and Unity
Mar 14 2022 · Article (40 mins)
Characters in video games are often as memorable as the accompanying gameplay and music. In this tutorial, you’ll learn how to prepare a humanoid model using Blender and how to bring it into Unity.
Creating Reusable Characters With Blender and Unity
Characters in video games are often as memorable as the accompanying gameplay and music. In this tutorial, you’ll learn how to prepare a humanoid model using Blender and how to bring it into Unity.
Game Tech
Tweening Animations in Unity with LeanTween
Jan 19 2022 · Article (25 mins)
Learn how to use LeanTween to animate the User Interface and various GameObjects in Unity 3D by creating a Breakout game clone.
Tweening Animations in Unity with LeanTween
Learn how to use LeanTween to animate the User Interface and various GameObjects in Unity 3D by creating a Breakout game clone.
Game Tech
VFX in Unity: Getting Started
Jan 5 2022 · Article (30 mins)
Learn how to create your own custom visual effects using Unity’s built-in Particle System.
VFX in Unity: Getting Started
Learn how to create your own custom visual effects using Unity’s built-in Particle System.
Game Tech
How to Create a Twitch Chat Game with Unity
Dec 8 2021 · Article (45 mins)
Learn to integrate the Twitch Chat API into your Unity game, so viewers can interact with the game during streaming.
How to Create a Twitch Chat Game with Unity
Learn to integrate the Twitch Chat API into your Unity game, so viewers can interact with the game during streaming.
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.
Game Tech
Improving Game Visuals with Unity’s HDRP
Nov 2 2021 · Article (35 mins)
Improve your game visuals and take them up by several notches using the High Definition Render Pipeline from Unity.
Improving Game Visuals with Unity’s HDRP
Improve your game visuals and take them up by several notches using the High Definition Render Pipeline from Unity.
Game Tech
Using the Terrain Tools in Unity
Oct 13 2021 · Article (35 mins)
Learn to create and manage a wide range of terrains in your apps by using Unity’s powerful Terrain Tools and the all new Terrain Toolbox API.
Using the Terrain Tools in Unity
Learn to create and manage a wide range of terrains in your apps by using Unity’s powerful Terrain Tools and the all new Terrain Toolbox API.
Game Tech
Open Call for Tech Editors and Authors on the Unity Team
Sep 13 2021 · Article (4 mins)
We’re looking for Unity devs to write and tech edit articles with us. Read on for how to apply!
Open Call for Tech Editors and Authors on the Unity Team
We’re looking for Unity devs to write and tech edit articles with us. Read on for how to apply!
Game Tech
Introduction to TextMesh Pro in Unity
Aug 4 2021 · Article (30 mins)
Learn about TextMesh Pro in Unity by creating a spooky text-based adventure game where the style of the text changes based on what happens in the story.
Introduction to TextMesh Pro in Unity
Learn about TextMesh Pro in Unity by creating a spooky text-based adventure game where the style of the text changes based on what happens in the story.
Game Tech
Open Call for Authors and Tech Editors on the Unity Team
Jul 9 2021 · Article (4 mins)
We’re looking for Unity devs for author and tech editor roles. Read on for how to apply!
Open Call for Authors and Tech Editors on the Unity Team
We’re looking for Unity devs for author and tech editor roles. Read on for how to apply!
This introductory Unity tutorial will get you up and running with Unity 2D by creating a lunar landing game.
Introduction to Unity 2D
This introductory Unity tutorial will get you up and running with Unity 2D by creating a lunar landing game.
Game Tech
Unity Tutorial: How to Make a Game Like Space Invaders
Jun 9 2021 · Article (40 mins)
In this Unity tutorial, you’ll learn how to make a classic 2D space shooting game similar to Space Invaders.
Unity Tutorial: How to Make a Game Like Space Invaders
In this Unity tutorial, you’ll learn how to make a classic 2D space shooting game similar to Space Invaders.
Game Tech
Open Call for Authors on the Unity Team
May 14 2021 · Article (4 mins)
We’re looking for Unity authors. Read on about how to apply!
Open Call for Authors on the Unity Team
We’re looking for Unity authors. Read on about how to apply!
Game Tech
Making Hearts Fly With Unity VFX Graph
May 12 2021 · Article (30 mins)
Learn how to use Unity’s VFX Graph to make stunning visual effects, like a flock of flying butterflies! The VFX Graph uses simple, node-based visual logic.
Making Hearts Fly With Unity VFX Graph
Learn how to use Unity’s VFX Graph to make stunning visual effects, like a flock of flying butterflies! The VFX Graph uses simple, node-based visual logic.
Game Tech
Open Call for Applications on the Unity Team
Mar 26 2021 · Article (4 mins)
We’re looking for Unity authors. Read on to see how to apply!
Open Call for Applications on the Unity Team
We’re looking for Unity authors. Read on to see how to apply!
Game Tech
AR Foundation in Unity: Getting Started
Feb 3 2021 · Article (20 mins)
In this AR Foundation tutorial, you’ll learn how to build a cross-platform AR application in Unity.
AR Foundation in Unity: Getting Started
In this AR Foundation tutorial, you’ll learn how to build a cross-platform AR application in Unity.
Game Tech
Open Call for Applications on the Unity Team
Feb 2 2021 · Article (4 mins)
We’re looking for Unity authors and tech editors. Read on to see how to apply!
Open Call for Applications on the Unity Team
We’re looking for Unity authors and tech editors. Read on to see how to apply!