LoginSignup
16
2

More than 5 years have passed since last update.

Cannot convert 'lambda expression' to non-delegate type 'UniRx.IObserver<hogehoge>'というエラー

Posted at

概要

UniRxをプロジェクトを使っている際に
イベントを受け取る側で
Cannot convert 'lambda expression' to non-delegate type 'UniRx.IObserver'というエラー
とでていた

原因

using UniRx;をイベント受け取る側に記載するのを忘れていた

解決方法

using UniRx;をイベント受け取る側に追加

補足

MonoDevelopでエラーが出る行で右クリックしても、
いつもの自動using追加はできないのではまった。

16
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
16
2