You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To make component getting on behaviours even simpler, a attribute could be added that would allow Adic to get that component when the GameObject is injected:
The problem with this approach is that caching of that information on the type is important, but given the core framework is decoupled from Unity, it would introduce some mix of responsibilities that should be better analyzed.
The text was updated successfully, but these errors were encountered:
To make component getting on behaviours even simpler, a attribute could be added that would allow Adic to get that component when the GameObject is injected:
The problem with this approach is that caching of that information on the type is important, but given the core framework is decoupled from Unity, it would introduce some mix of responsibilities that should be better analyzed.
The text was updated successfully, but these errors were encountered: