Adic - Dependency Injection Container
Intentor
$0.0
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/19(2018) |
0.0 |
11/09(2024) |
0.0 |
Jump AssetStore
Adic is a lightweight dependency injection container for Unity 3D and beyond.
For tutorials, documentation and support, please see the GitHub project page. You can also discuss the project in the Unity Forums.
Tested on Windows/Mac/Linux, Android, iOS, WP10 (IL2CPP), Web Player and WebGL.
Key features
• Bind types, singleton instances, factories, game objects and prefabs.
• Instance resolution by type, identifier and complex conditions.
• Injection on constructor, fields and properties.
• Can inject multiple objects of the same type.
• Can resolve and inject instances from types that are not bound to the container.
• Can inject automatically on components of a scene.
• Fast dependency resolution with internal cache.
• Use of attributes to indicate injections, preferable constructors and post constructors.
• Can be easily extended through extensions.
• Framework decoupled from Unity - all Unity based API is achieved through extensions.
• Organized and well documented code written in C#.
Compiled binaries are also available for each version. Please see documentation for more details.