intentor / adic

Lightweight dependency injection container for Unity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] Container auto inject when call BindToGameObject

sandichhuu opened this issue · comments

image

image

When use Bind(), BindToGameObject(), ...
Binding instance is injected automatically.
And after that, this.Inject() will not effect.
This is a bug, isn't it ?