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.89k stars 165 forks source link

Fix diagnostic windows are not updating realtime #568

Closed PeraSite closed 8 months ago

PeraSite commented 10 months ago
  1. When a container is disposed, the diagnostics window still shows the lifescope and its dependencies. (#387) In this situation, when user clicks scope/dependency that already disposed to view the details, it shows an error. 이미지

This PR fixes the error by clearing the diagnostics information when a container is disposed.

  1. On editor's play mode start / end, diagnostic windows are not automatically updated. Using EditorApplication.playModeStateChanged, diagnostic windows are conveniently updated.
vercel[bot] commented 10 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
vcontainer ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 10, 2023 2:18pm
hadashiA commented 8 months ago

👍