Just wondering if there was a possible way to data-bind objects together to structure Scripts better.
Say I have a Weapon, and I want to bind a bool variable from a script that handles the controllers,
Or Have a Script that takes a Rect from the HUD system to uses it to compare if it’s being touched by a touch event,
Using GetComponent() is alright, It’s just not very Flexible, as It’s hard coded…