Skip to content

GameEvents API simplification: version 1.0. Views: version 1.0

Latest
Compare
Choose a tag to compare
@nubick nubick released this 05 Aug 09:31
· 61 commits to master since this release

Game Events:

  • GameEventArgs abstraction was removed.
  • SubscribeWithDelay possibility.
  • EventsListener component automatic creation instead inheritance from CommandMonoBehaviour.
  • Test scene with game events usage examples.

Views:

  • Base view class and help editor-controller for views organisation in a game.
  • Demo scene with several usual views.

Random Util: Set of methods which implement different random items selection.