Cysharp / R3

The new future of dotnet/reactive and UniRx.
MIT License
1.72k stars 70 forks source link

Using Observable.Timer() #174

Closed PhuNguyen182 closed 3 months ago

PhuNguyen182 commented 3 months ago

In old version UniRx, I have used this function with Select and return IObservable long, so I can take the value to calculate remain time. But when I use R3, the Timer return Observable Unit so I don't how to get the value of timer. Is it a big update or just a incomplete feature and will be updated later? Please explain to me, thanks!

neuecc commented 3 months ago

use Index() instead.