Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 1.15 KB

readme.md

File metadata and controls

50 lines (32 loc) · 1.15 KB

com.pixelwizards.servicelocator

openupm

A simple Unity implementation of the Service Locator software pattern.

Usage

Install via OpenUPM

The package is available on the openupm registry. It's recommended to install it via openupm-cli.

openupm add com.pixelwizards.servicelocator

Install via git url

Add this to your project manifest.json

"com.pixelwizards.servicelocator": "https://github.com/PixelWizards/com.pixelwizards.servicelocator.git",

OpenUPM Support

This package is also available via the OpenUPM scoped registry: https://openupm.com/packages/com.pixelwizards.servicelocator/

Prerequistes

  • This has been tested for >= 2018.3

Documentation

Content

Samples

Required dependencies

  • None