Using Unity Events and Events and Deciding Between Them

September 7, 2020

Unity

Events and Unity Events

Events or UnityEvents?????????
Youtube - Link
By: Jason Weimann

Overview

Events are something I want to utilize more consistently and more effectively in my code setups, so this seemed like a good supporting block to look into to understand their usage better. It also covers the usage and differences between Unity Events and the standard C# Events, so this gives me more options to explore and utilize as well more so than some other sources.

Comments

Popular posts from this blog

Unity Isometric Tilemap Basics

Modding Monster Train - Harmony Reverse Patches

AStar for 2D Pathfinding in Unity