8:27
ULTIMATE Event System for Unity Beginners
Let's build the ultimate event system in Unity. With just 2 Scripts, you'll improve your programming skills and be able to organise ...
15:44
Event Bus & Scriptable Object Event Channels | Unity Game Architecture Tutorial
Learn how to implement an Event Bus strictly in code, and in a more-designer friendly, ScriptableObject driven “event channel” ...
8:01
How To Build An Event System in Unity
In this video we take a look at how to build a Custom Event System in Unity. We look at why a Custom Event System might be ...
13:27
Learn to Build an Advanced Event Bus | Unity Architecture
Decouple your Game Objects! Create a powerful Unity Event Bus that bootstraps itself at runtime using advanced C# and Unity ...
6:46
SCRIPTABLE OBJECTS and EVENTS in Unity
Create event system and events with scriptable objects in Unity. ✓ Get my courses with discount: Unity 6: ...
11:16
ScriptableObject Events In Unity (C# Tutorial) | Unity Scriptable Objects
Wishlist Night Run on Steam: https://store.steampowered.com/app/2288760/Night_Run/ In this Unity tutorial we learn how to use ...
4:28
UnityEvents Explained in 4 Minutes
In this video you'll learn about what Events are, why you should use them, and how to use them in Unity. This video is valid as of ...
21:22
Improve your Game Architecture with Scriptable Objects
SOAP (Scriptable Objects Architecture Pattern) is a Unity architecture pattern that leverages ScriptableObjects to create a more ...
5:12
Better Data with Scriptable Objects in Unity! (Tutorial)
In this video, we are going to show you how to use Scriptable Objects to manage your data in Unity. Download the Unity Royale ...
6:47
C# Events in Unity! - Intermediate Scripting Tutorial
This video explains how to use special delegates called Events in order to subscribe methods (functions) to create flexible ...
11:55
Unity Event Bus: Simplify Messaging 🎯
Actions and delegates are great for writing cleaner code, but they often require referencing multiple classes. What if we could ...
12:06
Game architecture with ScriptableObjects | Open Projects Devlog
In this second devlog, we look at how we employed ScriptableObjects to create a flexible and powerful game architecture for ...
1:04:29
Unite Austin 2017 - Game Architecture with Scriptable Objects
Scriptable Objects are an immensely powerful yet often underutilized feature of Unity. Learn how to get the most out of this ...
21:24
Unleashing the Power of Event Channels in Unity
Implementing Event Channels in Unity allows us to decouple our Game Objects and make our projects more modular and resilient ...
2:15
Unity ScriptableObject based Game Event System Tutorial
Grab this code on Github: https://github.com/NeoDragonCP/Unity-ScriptableObjects-Game-Events- A written tutorial and another ...
11:14
Scriptable Object Event Systems In Unity 2022
If you want to see some of my stuff for yourself. Check out these links: Discord: https://discord.gg/48q2vC9mJn Tactics Toolkit: ...
10:44
How to make your code more Modular using Scriptable Objects in Unity
For some time Unity has promoted Scriptable Objects as a solution for making the code more modular. In this video I want to show ...
1:03:58
How create a Quest System in Unity | RPG Style | Including Data Persistence
This video covers one of the many ways to go about creating a Quest System in Unity. The Quest System focuses on RPG-style ...