Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/k0dep/codebundle

🗜Package for unity3d which allow load code and auto update application/game without reinstall
https://github.com/k0dep/codebundle

asset-bundle asset-bundles build-system editor-extension originer reflection unity3d unity3d-npm-package update-service upm-package

Last synced: about 3 hours ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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:
```json
{
"dependencies": {
"codebundle": "https://github.com/k0dep/CodeBundle.git#1.0.0"
}
}
```
Instead `#1.0.0` paste version what you need.