AYip VContainer Extensions
Extends VContainer with editor validation tools to streamline dependency injection setup. The Scene Validator identifies registration issues and detects unassigned GameObjects before runtime, reducing debugging time. Access validation features via Tools menu or use hotkeys (Alt+Shift+V to validate, Alt+Shift+C to validate and play).
com.adrianyip.vcontainer.extensions 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/extensions.git README Markdown
Copy this to your project's README.md
## Installation
Add **AYip VContainer Extensions** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/extensions.git
```
[](https://www.pkglnk.dev/pkg/extensions)Dependencies (2)
README
AYip VContainer Extensions
This package will be in ongoing development.
How to Use
Scene Validator
It validates the lifetime scopes and game objects in Editor to save your time from testing the registry during runtime.
- Validate the registrations
- Identify which gameObjects in the scene are not assigned to the auto-injected gameObjects List
Manual: Unity's toolbar > Tools > VContainer > "Choose your option"
Hotkeys:
- Press
Alt(option) + Shift + Vto validate the scene - Press
Alt(option) + Shift + Cto validate and play the editor.
No comments yet. Be the first!