CodeBundle

🗜Package for unity3d which allow load code and auto update application/game without reinstall

MIT License

Stars
6
Committers
1

CodeBundle

Package for unity3d which allow load code and auto update application/game without reinstall.

Using

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.

Related Projects