Package for unity3d which allow load code and auto update application/game without reinstall.
To start using this package add lines into ./Packages/manifest.json
like next sample:
{
"dependencies": {
"codebundle": "https://github.com/k0dep/CodeBundle.git#1.0.0"
}
}
Instead #1.0.0
paste version what you need.