What is up guys, Fire here. The biggest issue that we indie game developers face when we create a mobile game in Unity is how can we make our game look the same on all screen sizes? What do I…
Event dispatcher unity c# pattern
How is it going? WTF? This script is an implementation of an event dispatcher component in the Unity game engine. The event dispatcher component provides a way for objects in a Unity game to communicate with each other by allowing…