diff --git a/_text/15-service-locator.md b/_text/15-service-locator.md index 6116446..9a6aafb 100644 --- a/_text/15-service-locator.md +++ b/_text/15-service-locator.md @@ -31,4 +31,9 @@ Unity has implemented this pattern in the form of the GetComponent() method. - **Facade.** You can use Facade in combination with Service Locator. -## [Back](../) \ No newline at end of file +Here is an example implementation of the Service Locator pattern as a Unity UPM package: + +https://github.com/PixelWizards/com.pixelwizards.servicelocator + + +## [Back](../)