xrdnk / Three-Sacred-Treasures-Hands-on

Hands-on Example for UniRx, UniTask, Extenject. (Bonus: VContainer)

Home Page:https://xrdnk.hateblo.jp/entry/2021/04/20/225055

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NullReferenceException from BGMPlayer

SeungHuLee opened this issue · comments

I cloned this repository plain and unchanged, but whenever I try to play, this NullReferenceException comes up.

issue

Solved. Changed RegisterInstance of models and BGMPlayer to RegisterComponent. I guess it's the 1.8.0 update caused the problem.