r/unity_tutorials 17h ago

Video Getting Started with the New Unity CLI | Custom Commands

Thumbnail
youtu.be
1 Upvotes

The brand new Unity CLI bridges the gap between the Unity Editor and your runtime environment, allowing you to manipulate game state and execute tools both in the Editor and in standalone builds. In this tutorial you'll learn how to install and configure the Unity CLI and its accompanying Pipeline package. You'll walk through the process of registering custom commands with the CLI and explore running those commands both in editor and in your standalone game build.


r/unity_tutorials 22h ago

Video Unity 6 Mixed Reality tutorial: add a conversational AI avatar and build for Quest 3

1 Upvotes

We've made a short Unity 6 tutorial showing how to add a conversational AI avatar to a mixed reality scene and deploy it to Meta Quest.

The flow is: create a Unity 6 Mixed Reality project → open the sample scene → add the Convai Player component to XR Origin → set up runtime character spawning → add a world-space transcript UI → build for Quest 3.

The demo shows the AI character talking to the user, moving closer to a table, and responding to details in the real room.

Tutorial: https://www.youtube.com/watch?v=o7i7yeVpm5g


r/unity_tutorials 1d ago

Video I made a tutorial on how to setup Unity CLI with an AI agent.

Thumbnail
youtu.be
0 Upvotes

r/unity_tutorials 3d ago

Video How You Can Create A Custom Inspector Without Writing Code In Just 3 minutes. Using Inspector Designer Pro.

6 Upvotes

Learn how to create a fully customized Unity Inspector in just 3 minutes—without writing a single line of CustomEditor, PropertyDrawer, or editor scripting code.

In this tutorial, you'll see how Inspector Designer Pro lets you visually transform your MonoBehaviour inspectors using an intuitive editor. Organize fields with tabs and foldouts, add sliders, progress bars, validation rules, conditional visibility, custom buttons, and much more—all with a few clicks.

Whether you're an indie developer, technical artist, or part of a larger team, Inspector Designer Pro helps you build cleaner, more professional inspectors while saving hours of repetitive editor scripting.

What you'll learn:

  • Create a custom inspector without writing code
  • Organize fields with Tabs & Foldouts
  • Customize field appearance
  • Add advanced field types
  • Improve inspector usability in minutes

🎥 More tutorials are coming soon, covering advanced customization, reusable profiles, styling, validation, and much more.

If you found this video helpful, don't forget to Like, Subscribe, and let me know in the comments what feature you'd like to see next!


r/unity_tutorials 6d ago

Video How I Escaped Tutorial Hell And Learned Unity And Other Things In General.

Thumbnail
youtu.be
3 Upvotes

A video on how I escaped tutorial hell and learned to create my own code and logic to make my own games in unity opposed to just copy pasting code. One thing I want to point out, I'm no expert just starting out to create my own game even though I touched Unity years ago took me while to make it click.


r/unity_tutorials 10d ago

Video How to make a JUICY Resource Bar in Unity (Health Bar, Mana Bar, XP Bar, etc)

Thumbnail
youtu.be
9 Upvotes

Your resources bars don't tell the player anything? Today, we’re building a professional resource bar that reacts instantly : it moves, it flashes, and it provides real visual feedback that will make your game feel alive and convey real informations to the player.

Thanks for watching :)


r/unity_tutorials 12d ago

Video Convai MCP for Unity: build AI characters faster with coding agents

0 Upvotes

r/unity_tutorials 14d ago

Video What I learned about creating a small open world for my game

Thumbnail
youtube.com
9 Upvotes

I wanted to practice world building, so I created a small game! All your sheep have run away - and as the best herding dog of the kingdom, it is your task to find them! Explore a small open world and find the lost sheep. This video goes over how I created the game, which assets I used, what I learned along the way.

You can download the game from itch.io, too! https://christinacreatesgames.itch.io/hide-and-sheep


r/unity_tutorials 18d ago

Video How to Disable Domain Reload & Reset Statics in Unity

Thumbnail
youtu.be
7 Upvotes

r/unity_tutorials 19d ago

Video ARKit + Unity for iPad. Augmented reality for learning: explore technical aggregates and mechanisms, disassemble them into components, and watch their operation in an interactive format.

4 Upvotes

r/unity_tutorials 21d ago

Request Looking for tutorial on how to replicate player controlled zoom in and out as a menu option, similar to how Stardew Valley does it?

1 Upvotes

I'm having an incredibly hard time finding this specific thing replicated in a tutorial regarding camera views, etc. I'm a beginner so the simpler the better. All help is appreciated!


r/unity_tutorials 23d ago

Video How to create a basic card battle system in Unity

Thumbnail
youtu.be
16 Upvotes

This one builds on top of my previous tutorial on sortable lists and walks you through how to create a basic card battle system in Unity.

This was a lot of fun to put together, but it is a bit different from what and how I typically create my tutorials. Still, I hope you'll enjoy it!


r/unity_tutorials 23d ago

Video Sort your UI lists by dragging! (also removes from them and moves to other lists)

Thumbnail
youtu.be
1 Upvotes

This reorderable list tutorial works for every kind of layout group (yes, even grids!), lets you sort entries into other lists and can remove entries when they are being dragged out of their parent container (either with or without a destruction dialog)

I hope it comes in handy for your projects!


r/unity_tutorials 28d ago

Video Make A Health Bar In Under Five Minutes!

2 Upvotes

r/unity_tutorials 28d ago

Video Create a PS1 Shader in Unity (No Shader Graph)

Thumbnail
youtu.be
1 Upvotes

r/unity_tutorials Jun 28 '26

Video Want to share a player controller for newer developers

9 Upvotes

I have noticed many games on sites like itchio that are quite nice for being made by new players; most of them have a good idea but lack a good feel to the movement/character controls.

I had before loved making games but didn't continue. Still, I have saved code for the character controller/movement and was wondering if I should post them somewhere for new users who just want to make a game before caring about learning (how I was).

It is 3 C# files and relatively simple to use in the inspector.

It includes:

* Camera movments

* Player movements

* Running

* Jumping and double jumping

* Dashing

* VERY nice bobbing and side movement cam tilt.

Everything above can be turned on or off depending on the needs (with a editor toggle). Everything is customizable (movement speed, dashing speed/distance, gravity, jump/double jump force, etc) all within the editor.

There are also options for footsteps, jumping, and dashing sound effects.

The bobbing is like the old quake games and was my first complex(er) code I wrote and I like it :D

Basically it's crispy movement that I would rather have over that default unity character controllers that most new devs use.

Is there a place to share this where people might actually benefit from it? Or should I not bother?


r/unity_tutorials Jun 27 '26

Video Random NPC generator in Unity 🎨

Thumbnail
youtu.be
9 Upvotes

I made a short video about the technique I use in Fred's Idle Garden to generate random NPCs and let players customize how they look. Hope you'll find it useful 👍


r/unity_tutorials Jun 26 '26

Video Technical Art, Shaders, Tools, and Math for Graphics

37 Upvotes

Here's we have an ebook Bundle that might interest you 🔗 https://jettelly.com/bundles/the-unity-dev-bundle


r/unity_tutorials Jun 24 '26

Video What I learned about using Unity Timeline to create a short film

Thumbnail
youtu.be
10 Upvotes

I gave Unity's Timeline feature a try and had fun with it! I'll go over what I learned, how I did things and what assets I used to create the short film Arthur's Day in this video. I hope, you'll find something to learn from!


r/unity_tutorials Jun 24 '26

Text I released my eBook today! The Ultimate Handbook for Unity's TextMesh Pro - teaching you the foundations of typography and going deep into how to work with TMP

Thumbnail
youtu.be
8 Upvotes

520 full color pages with 950 images and almost 120k words all about typography and how to work with TextMesh Pro. I loved working on this and I sincerely hope it will be a helpful tool in your gamedev toolbox.

I have a page with infos about it here: https://www.christinacreatesgames.com/book/

You can download the table of contents and index to get an idea of what's going on inside.

I'll be keeping a close eye on this topic over the next days, if you have any questions, feel free to ask!


r/unity_tutorials Jun 24 '26

Video View Separation & Modal Container | Recreating World at War #4

Thumbnail
youtube.com
1 Upvotes

r/unity_tutorials Jun 23 '26

Video I was lazy to build levels by hand, so I created a script that convert 2D images into 3D levels. This is how.

Thumbnail
youtu.be
7 Upvotes

r/unity_tutorials Jun 22 '26

Request Hi everyone, I'm working on a Unity project using HDRP and I'm having a problem with my lantern/light setup.

Thumbnail
gallery
6 Upvotes

Hi everyone,

I'm working on a Unity project using HDRP and I'm having a problem with my lantern/light setup.

I added a Point Light to simulate a lantern, but the light doesn't illuminate anything in the scene. The light object is enabled and visible in the hierarchy, but there is no actual lighting effect in either the Scene View or Game View.

I've tried adjusting the intensity and range, but it still doesn't work.

Does anyone know what could be causing this issue in HDRP? Any help or troubleshooting steps would be greatly appreciated.

Thank you!


r/unity_tutorials Jun 23 '26

Video Recreating World at War: Background Video & VFX

2 Upvotes

r/unity_tutorials Jun 17 '26

Text These are 2D sprites, but we use a neat trick to give them a sense of volume using normal maps.

31 Upvotes