hadashiA / VContainer

The extra fast, minimum code size, GC-free DI (Dependency Injection) library running on Unity Game Engine.
https://vcontainer.hadashikick.jp
MIT License
1.88k stars 163 forks source link

VContainer Diagnostics shows partial information #621

Closed rasentry closed 3 months ago

rasentry commented 7 months ago

First of all, thank you for this amazing project.

The problem is: When several scenes are loaded and both of them have different LifetimeScopes attached to GameObjects with the same name, VContainer Diagnostics shows information only about one of them.

hadashiA commented 3 months ago

Probably solved in #658.