Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 372 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 372 Bytes

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.