How to Save and Load a Game in Unity
Sep 1 2017 · Article (25 mins)
Learn how to save and load a game in Unity using PlayerPrefs, Serialization and JSON. Complete your user’s ex...
more
How to Save and Load a Game in Unity
Learn how to save and load a game in Unity using PlayerPrefs, Serialization and JSON. Complete your user’s experience by allowing them to save their game.
Game Tech
HTC Vive Tutorial for Unity
Jan 4 2019 · Article (40 mins)
Learn how to use the HTC Vive with Unity! Grab and throw objects, shoot lasers and teleport around an area.
HTC Vive Tutorial for Unity
Learn how to use the HTC Vive with Unity! Grab and throw objects, shoot lasers and teleport around an area.
Game Tech
Introduction to Unity UI – Part 1
Apr 24 2019 · Article (40 mins)
In this first part of a three-part tutorial series, you’ll get acquainted with the Unity UI, enabling you to ...
more
Introduction to Unity UI – Part 1
In this first part of a three-part tutorial series, you’ll get acquainted with the Unity UI, enabling you to add custom user interfaces to your games.
Game Tech
Runtime Mesh Manipulation With Unity
Oct 9 2019 · Article (35 mins)
One of the benefits of using Unity as your game development platform is its powerful 3D engine. In this tutor...
more
Runtime Mesh Manipulation With Unity
One of the benefits of using Unity as your game development platform is its powerful 3D engine. In this tutorial, you’ll get an introduction to the world of 3D objects and mesh manipulation.
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 Multiplayer Games With Unity and Photon
Jun 19 2019 · Article (25 mins)
Learn how to make your own multiplayer game with Unity and the Photon Unity Networking (PUN) library.
Introduction to Multiplayer Games With Unity and Photon
Learn how to make your own multiplayer game with Unity and the Photon Unity Networking (PUN) library.
Game Tech
Introduction To Unity Unit Testing
May 22 2019 · Article (30 mins)
Learn all about how Unit Tests in Unity work and how to use them in your projects in this great tutorial.
Introduction To Unity Unit Testing
Learn all about how Unit Tests in Unity work and how to use them in your projects in this great tutorial.
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
How to Create a Tower Defense Game in Unity – Part 1
Dec 8 2017 · Article (30 mins)
In this tutorial, you’ll build a 2D tower defense game using the latest Unity engine.
How to Create a Tower Defense Game in Unity – Part 1
In this tutorial, you’ll build a 2D tower defense game using the latest Unity engine.
Game Tech
New Unity Input System: Getting Started
Oct 21 2020 · Article (20 mins)
In this Unity Input System tutorial, you’ll learn how to convert player input in your existing projects from ...
more
New Unity Input System: Getting Started
In this Unity Input System tutorial, you’ll learn how to convert player input in your existing projects from the old Input Manager to the new Input System.
Game Tech
Using Streaming Assets in Unity
Aug 4 2017 · Article (40 mins)
Learn how to make a moddable game in Unity by utilizing streaming assets to dynamically load custom game asse...
more
Using Streaming Assets in Unity
Learn how to make a moddable game in Unity by utilizing streaming assets to dynamically load custom game assets at run-time.
Game Tech
How to Make a Match 3 Game in Unity
Apr 12 2017 · Article (30 mins)
Learn how to make a Match 3 game in this Unity tutorial!
How to Make a Match 3 Game in Unity
Learn how to make a Match 3 game in this Unity tutorial!
Game Tech
Object Pooling in Unity
Nov 23 2016 · Article (20 mins)
In this tutorial, you’ll learn how to create your own object pooler in Unity in a fun 2D shooter.
Object Pooling in Unity
In this tutorial, you’ll learn how to create your own object pooler in Unity in a fun 2D shooter.
Game Tech
Entity Component System for Unity: Getting Started
May 6 2020 · Article (30 mins)
In this Unity tutorial you’ll learn how to efficiently leverage the Entity Component System for more performa...
more
Entity Component System for Unity: Getting Started
In this Unity tutorial you’ll learn how to efficiently leverage the Entity Component System for more performant gameplay code.
Game Tech
Introduction to Unity: Getting Started – Part 1/2
Mar 26 2019 · Article (30 mins)
Learn about the Unity Interface and how to create your first game in Unity with this Unity Tutorial for Begin...
more
Introduction to Unity: Getting Started – Part 1/2
Learn about the Unity Interface and how to create your first game in Unity with this Unity Tutorial for Beginners.
Game Tech
Introduction to Unity: Particle Systems
Mar 2 2018 · Article (25 mins)
Unity’s particle system is both robust and feature packed. In this tutorial, you’ll learn the ins-and-outs of...
more
Introduction to Unity: Particle Systems
Unity’s particle system is both robust and feature packed. In this tutorial, you’ll learn the ins-and-outs of it to create both fire and explosions.
Game Tech
Shader Graph in Unity for Beginners
Dec 4 2019 · Article (30 mins)
Learn how to create your first shader with Unity’s Shader Graph.
Shader Graph in Unity for Beginners
Learn how to create your first shader with Unity’s Shader Graph.
Game Tech
Advanced VR Interactions in Unity Tutorial
Mar 26 2019 · Article (35 mins)
Create advanced interactions and mechanics in your Unity VR app, including working with tooltips, joints, sna...
more
Advanced VR Interactions in Unity Tutorial
Create advanced interactions and mechanics in your Unity VR app, including working with tooltips, joints, snapping and haptic feedback!
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
Unity Job System and Burst Compiler: Getting Started
Aug 19 2020 · Article (30 mins)
In this tutorial, you’ll learn how to use Unity’s Job System and Burst compiler to create efficient code to s...
more
Unity Job System and Burst Compiler: Getting Started
In this tutorial, you’ll learn how to use Unity’s Job System and Burst compiler to create efficient code to simulate water filled with swimming fish.
Game Tech
How to Make a Chess Game with Unity
May 25 2018 · Article (30 mins)
Not every successful game involves shooting aliens or saving the world. Board games, and chess, in particular...
more
How to Make a Chess Game with Unity
Not every successful game involves shooting aliens or saving the world. Board games, and chess, in particular, have a history that spans thousands of years. In this tutorial, you’ll build a 3D chess game in Unity.
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.
Multiple Domains
Free AR and Unity Videos — Until April 5th!
Mar 27 2019 · Article (4 mins)
To help celebrate AR/VR week at raywenderlich.com, we’re making a few select video courses completely free fo...
more
Free AR and Unity Videos — Until April 5th!
To help celebrate AR/VR week at raywenderlich.com, we’re making a few select video courses completely free for you to enjoy!
Game Tech
Introduction to Modding Unity Games With Addressables
Jan 20 2021 · Article (35 mins)
Use Unity Addressables to make it easy to let users create mods, enhancing the user experience and expressing...
more
Introduction to Modding Unity Games With Addressables
Use Unity Addressables to make it easy to let users create mods, enhancing the user experience and expressing their creativity through your game.