GitHub - neuecc/UniRx: Reactive Extensions for Unity Reactive Extensions for Unity. Contribute to neuecc/UniRx development by creating an account on GitHub. github.com 해당 깃허브 사이트에 들어가면 유니티용 UniRx를 다운받을 수 있고, 에셋 스토어에서도 무료 UniRx를 다운받을 수 있다.
UniRx는 흔히 옵저버 패턴을 최적화하여 사용하기 쉽도록 한 라이브러리이다. 현업에서는 사용하기는 간편한 만큼 디버깅은 어렵다고 한다.
유니티 포트폴리오를 만들 때 쓴 Action과 유사하게 보인다. 기본적인 사용법을 알아보자. 1.
Action과 Subject using System.Collections; using System.Collections.Generic; using UnityEngine; using UniRx; using System; public ...
#
UniRx
#
Unity
#
유니알엑스
#
유니티
원문 링크 : 유니티(Unity) - UniRx(Action 비교)