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
Things like the input manager having references all over the system leads to a delicate architecture. No sub-system should have a direct reference to another sub-system. Use pub/sub and message passing to decouple the various sub-systems.
This will likely have to wait on a major revision of the whole system.
The text was updated successfully, but these errors were encountered:
Things like the input manager having references all over the system leads to a delicate architecture. No sub-system should have a direct reference to another sub-system. Use pub/sub and message passing to decouple the various sub-systems.
This will likely have to wait on a major revision of the whole system.
The text was updated successfully, but these errors were encountered: