You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
While trying to bind MonoBehaviour in SubContainer (FromSubContainerResolve ByMethod) I cant inject anything (both field and method injection failed).
To Reproduce
Create Installer and SubContainer, register in project/scene context
Create MonoBehaviour class and bind it in SubContainer as FromInstance
Bind any other stuff in SubContainer and try to inject it it MonoBehaviour class.
Validate and play
Expected behavior
Scene validation succeeded
Extenject and Unity info (please complete the following information):
Zenject version: reproduced on 9.2.0, 9.2.1 and 9.3.0
Describe the bug
While trying to bind MonoBehaviour in SubContainer (FromSubContainerResolve ByMethod) I cant inject anything (both field and method injection failed).
To Reproduce
Expected behavior
Scene validation succeeded
Extenject and Unity info (please complete the following information):
Gist with files to reproduce
https://gist.github.com/JChudinov/cc4867ef1aef3fb7597d3831a66bb202
The text was updated successfully, but these errors were encountered: