Closed kyubuns closed 1 month ago
Thank you for the request, in v3.2.0
added ObserveChanged()
.
@neuecc Thanks for the implementation! Oops, this PR was another request to Subscribe in R3 to ISynchronizedView...!
Oh, sorry! I’ll check it.
v3.3.0 added subscribe view event feature.
I want to create a view in Unity as follows.
However, I didn't know the best way to pass the ref struct SynchronizedViewChangedEventArgs to a Task (or to an Observable), so I would be happy if there was an official implementation.