Releases: FronkonGames/GameWork-Foundation
Releases · FronkonGames/GameWork-Foundation
v0.0.13
Added
- Service Locator pattern.
- Check.IsAssignableFrom().
- Log.ExceptionArgument(), Log.ExceptionKeyNotFound().
- Utility to get the version and commit number from Git.
- Tag attribute.
- Prototype components: Swing.
Changed
- DebugDraw refactor.
- BaseMonoBehaviour renamed to CachedMonoBehaviour
- Runtime/Unity/Components moved to Runtime/Development/Prototype.
- Prototype components put inside the namespace 'FronkonGames.GameWork.Foundation.Prototype' to avoid conflicts with the class names.
- FPS counter changed by Hardware monitor.
Fixed
- Log.Exception() does not throw exceptions.
- Small fixes.