Skip to content

Releases: FronkonGames/GameWork-Foundation

v0.0.13

13 Nov 20:29
Compare
Choose a tag to compare

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.