-
|
Hello, I'm trying to create an child lifetime scope (third one, so there 2 parent scopes, like Game->Level->LevelView) and getting this strange NRE error: Code of how i'm trying create my new scope: |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Figured out - if you create some instances through fabrics, and try to create child scope before you resolve them - you will get this error. |
Beta Was this translation helpful? Give feedback.
Figured out - if you create some instances through fabrics, and try to create child scope before you resolve them - you will get this error.