Mathijs-Bakker / Extenject

Dependency Injection Framework for Unity Game Engine
MIT License
531 stars 97 forks source link

Can not inject into object in project context #42

Open Syjgin opened 2 years ago

Syjgin commented 2 years ago
  1. Add prefab with installer to the project context.
  2. Create object inside scene and installer to find it on the hierarchy
  3. Add the second installer to the project context.
  4. Try to inject scene object via first installer into the object in the project context

Expected behaviour: this scene object is resolved in the object inside the project context. Observed result: object is not injected into project context object. See example: https://github.com/Syjgin/ZenjectTest