일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 인앱 결제
- 게임 개발
- ReferenceEquals
- 플러그인
- Zenject
- sprite atlas
- Android Plugin
- c#
- equals
- 스프라이트 아틀라스
- Boxing
- Strategy Pattern
- 최적화
- 1인 개발
- Unboxing
- Post Processing
- ScriptableObject
- design pattern
- 디자인 패턴
- Addressable System
- 포스트 프로세싱
- Abstract Factory Pattern
- addressable
- Unity
- Reflection
- UniRx
- ==
Archives
- Today
- Total
목록UniRx (1)
One_KWS
![](http://i1.daumcdn.net/thumb/C150x150.fwebp.q85/?fname=https://blog.kakaocdn.net/dn/5aix7/btr3J19eqOD/wurCfrsfWZpSQcxBPc8tk0/img.jpg)
UniRx 소개 UniRx ? Unity에서 Reactive Programming을 쉽게 구현할 수 있게 만든 라이브러리이다. .NET에도 Rx 라이브러리가 있지만 Unity에 최적화되어 있지 않다. UniRx는 Unity에 최적화되어 만들어졌다. Github https://github.com/neuecc/UniRx Reactive Programming 데이터 또는 이벤트의 변경이 발생하면 이에 반응해 처리하는 프로그래밍 기법이다. UniRx의 장점 일반적으로 유니티의 네트워크 운영은 WWW와 코루틴을 사용해야 한다. 그렇지만 아래와 같은 이유로 코루틴을 사용하는 것은 비동기 연산에 좋은 방법이 아니다 코루틴은 다른 값을 반환할 수 없고 오직 IEnumerator를 반환해야 한다. 코루틴은 예외 처리를 ..
Unity
2023. 3. 14. 12:39