ToReactiveProperty creates ReadOnlyReactiveProperty
Author: MarcelUsslarCreated Jun 11, 2019Updated Feb 13, 2024
Currently using ToReactiveProperty will create a ReadOnlyReactiveProperty and only return its interface. Due to the interface not being an IDisposable the subscription to the stream (which is created inside the ReadOnlyReactiveProperty) can no longer be disposed.

Source: neuecc/UniRx