Skip to content
Mykhailo Moroz edited this page Jul 6, 2021 · 4 revisions

Welcome to the com.mikeassets.modular-service-locator wiki!

What is dependency injection?

Dependency Injection is a design pattern that reduces hard-coded dependencies between your classes by injecting these dependencies at run-time, instead of during design-time. Technically, Dependency Injection is a mechanism that allows the implementation of another, more high-level, design pattern called Inversion of Control. The purpose of both patterns is to reduce hard-coded dependencies (or ‘coupling’) between your classes.

Modular service locator for Unity

API Reference | Wiki

Issues

Install from a Git URL

Yoy can install this package via Git URL. To load a package from a Git URL:

  • Open Unity Package Manager window.
  • Click the add + button in the status bar.
  • The options for adding packages appear.
  • Select Add package from git URL from the add menu. A text box and an Add button appear.
  • Enter the https://github.com/mykhailo-moroz/com.mikeassets.modular-service-locator.git Git URL in the text box and click Add.
Clone this wiki locally