Skip to content

Commit c7bd52f

Browse files
authored
Update 15-service-locator.md
Add link to UPM package that implements service locator pattern
1 parent 1409a94 commit c7bd52f

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

_text/15-service-locator.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,9 @@ Unity has implemented this pattern in the form of the GetComponent() method.
3131
- **Facade.** You can use Facade in combination with Service Locator.
3232

3333

34-
## [Back](../)
34+
Here is an example implementation of the Service Locator pattern as a Unity UPM package:
35+
36+
https://github.com/PixelWizards/com.pixelwizards.servicelocator
37+
38+
39+
## [Back](../)

0 commit comments

Comments
 (0)