UniRx Simple Game

June 13, 2016 ยท View on GitHub

This is an example showing how to use UniRx to make a dumb endless game.

Features CompositeDisposables and a basic code structure.

Screenshot

Libraries

  • UniRx : https://github.com/neuecc/UniRx
  • LeanTween : https://github.com/dentedpixel/LeanTween
  • Unity3D : http://unity3d.com/

Notes

There is always a way to do it better, so if you noticed a horribly wrong mistake in the code then feel free to do a pull request.