AddTo(gameObject) doesn't dispose when ObservableTrigger is not activated · Issue #144 · neuecc/UniRx
If target gameObject is inactive and destroyed, OnDestroy doesn't publish from UnityEngine so ObservableTrigger doesn't publish an doesn't dispose diposable. If gameObject is inactive, monitor ever...