List of examples showing how you can use UniRx for games in Unity3D.
http://slides.com/sammegidov/unirx
Check this simple endless game out: https://github.com/Xerios/UniRxSimpleGame
It shows you how to properly structure your code and manage your memory using CompositeDisposables.