https://github.com/Xerios/UniRxSimple
List of simple examples showing how you can use UniRx for Unity
https://github.com/Xerios/UniRxSimple
game-development unirx unity3d
Last synced: 27 days ago
JSON representation
List of simple examples showing how you can use UniRx for Unity
- Host: GitHub
- URL: https://github.com/Xerios/UniRxSimple
- Owner: Xerios
- License: apache-2.0
- Created: 2016-06-04T15:06:09.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-06T10:05:06.000Z (over 8 years ago)
- Last Synced: 2024-11-10T21:39:34.577Z (6 months ago)
- Topics: game-development, unirx, unity3d
- Language: C#
- Homepage:
- Size: 759 KB
- Stars: 97
- Watchers: 19
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UniRx Simple Examples for Game Development
List of examples showing how you can use UniRx for games in Unity3D.
# Preview

# Slides
http://slides.com/sammegidov/unirx
# Looking for a more complex example?
Check this simple endless game out:
https://github.com/Xerios/UniRxSimpleGameIt shows you how to properly structure your code and manage your memory using _CompositeDisposables_.
# Libraries
- UniRx : https://github.com/neuecc/UniRx
- LeanTween : https://github.com/dentedpixel/LeanTween
- Unity3D : http://unity3d.com/