game-management icon indicating copy to clipboard operation
game-management copied to clipboard

Essential and minimalistic game management tools: messaging, service locator, data-storage and more

Results 1 game-management issues
Sort by recently updated
recently updated
newest added

There is a set of methods/classes that I think are named poorly. For example: - `IFixedUpdateListener.OnFixedUpdated` - doesn't read well (compare it to `IUpdateListener.OnUpdated). - `GameManager.OnBeforeInitializeSystems` - doesn't communicate well...

enhancement