Installation
Requires Unity 2018.4+
Install via UPM (using Git URL)#
- Navigate to your project's Packages folder and open the manifest.json file.
 - Add this line below the "dependencies": { line
- Packages/manifest.json
"jp.hadashikick.vcontainer": "https://github.com/hadashiA/VContainer.git?path=VContainer/Assets/VContainer#1.8.6", 
 - UPM should now install the package.
 
Install via OpenUPM#
- The package is available on the openupm registry. It's recommended to install it via openupm-cli.
 - Execute the openum command.
openupm add jp.hadashikick.vcontainer
 
Install manually (using .unitypackage)#
- Navigate to your project's Packages folder and open the manifest.json file.
 - Add this line below the "dependencies": { line
- Packages/manifest.json
"com.unity.nuget.mono-cecil": "1.10.1", 
 - Download the .unitypackage from releases page.
 - Open VContainer.x.x.x.unitypackage