Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/k0dep/autoinjector
💊Package for unity3d which allow auto inject instances for Zenject package
https://github.com/k0dep/autoinjector
dependency-injection editor-extension ioc-container originer unity3d unity3d-npm-package upm-package zenject
Last synced: 2 months ago
JSON representation
💊Package for unity3d which allow auto inject instances for Zenject package
- Host: GitHub
- URL: https://github.com/k0dep/autoinjector
- Owner: k0dep
- License: mit
- Created: 2019-03-09T17:49:09.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T21:45:52.000Z (over 5 years ago)
- Last Synced: 2024-10-10T10:41:06.438Z (2 months ago)
- Topics: dependency-injection, editor-extension, ioc-container, originer, unity3d, unity3d-npm-package, upm-package, zenject
- Language: C#
- Homepage:
- Size: 10.7 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# AutoInjector
Package for unity3d which allow auto inject instances for Zenject package.## Code examples
Examples see in `%Package%/Examples` folder## Using
For start using this package add lines into `./Packages/manifest.json` like next sample:
```json
{
"dependencies": {
"autoinjector": "https://github.com/k0dep/autoinjector.git#1.0.0"
}
}
```
Instead `#1.0.0` paste version what you need.> **Warning!** For unity 2018.3, After include dependency in manifest,
encies in manifest> you must manual add [TypeInspector](https://github.com/k0dep/type-inspector) and [UniRx](https://github.com/k0dep/Zenjct) depend