7:13
Software Architecture in Unity
Ever wondered what software architecture is REALLY about? Why do we bother? --- If you would like to support me, feel free to ...
15:32
Improve Your Unity Code with MVC/MVP Architectural Patterns
Demystify MVP and MVC Architecture for Unity in simple terms focusing on the Separation of Concerns and a practical example ...
16:24
Unity Architecture for Noobs - Game Structure
Unity Architecture is one of those things which can completely overwhelm new devs. This video will introduce you to a handful of ...
16:10
Best Code Architectures For Indie Games
What are the best code architectures for indie games? How should you structure your game dev projects? Here are my takeaways ...
13:25
How to Write 90% Better Code in Unity [BEGINNERS - Code Architecture]
Try our game PORTAL GALAXY for Android here: https://bit.ly/PG_WCG ZOMBIE BARREL BLAST signups here: ...
12:57
SIMPLE Tip For Better Unity Game Architecture
Architecture Principles apply to Unity Game Dev just like any other Software Development. Let's dive into practical application of ...
10:50
Reference Objects In Your Unity Game Flawlessly
In Unity game development, knowing how to communicate between scripts is essential for building clean, scalable projects.
11:41
Unity Assembly Definitions Explained (Architecture, Not Just Compile Times)
Assembly Definitions in Unity are often introduced as a way to improve compile times—but their real value is architectural. In this ...
17:11
5 Small Architecture Wins for New Unity Developers
In this video, we walk through five small architectural choices that can make a big difference for newer Unity developers. Starting ...
15:11
Clean Architecture In Unity: Modularity
I've done this tutorial as an experiment, to see what it is like making YouTube content and also to be able to share this as part of ...
22:23
20 Advanced Coding Tips For Big Unity Projects
End spaghetti code! Learn the tools you need to write scalable, well-structured, clean code. So many game developers are forced ...
10:23
Clean Unity Architecture Starts With a Mess
Unity architecture and dependency management are skills most developers learn the hard way. In this first episode of the ...
21:53
The BEST Unity Multi-Scene Architecture (With a Custom Scene Controller)
In this tutorial we will build a clean multi scene architecture and a scene controller with smooth transitions and a loading screen.
3:21
Project Initialization - Unity Architecture
Preload scenes are the past man. Initialize your required assets easily using the RuntimeInitializeOnLoadMethod attribute.
15:21
Multiplayer Game Architecture in Unity
GitHub: https://github.com/ShrineGames/UnityMirrorTutorials In this Unity multiplayer tutorial, we cover the building blocks of ...
7:42
Understand the basics of Unity components and learn to use their power and flexibility in your games. ❤️ Support the channel!
20:58
The basics of game architecture
One of the biggest challenges beginning devs face is coding their game. It's a daunting task, that you can't escape regardless of ...
9:54
Speed Up Compile Times in Unity with Assembly Definitions
The first 1000 people to use the link will get a free trial of Skillshare Premium Membership: https://skl.sh/gamedevguide05211 ...
7:09
Level up your code with game programming patterns: Model-view-presenter | Tutorial
In this video, you'll learn how to use the Model-view-presenter design pattern in your Unity projects. This pattern can help neatly ...
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” ...