Skip to content

Mikolaj505/ServiceLocatorForUnity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

ServiceLocatorForUnity

Service Locator implementation for Unity

Creating custom services

It's recommended to add a static class in your gameplay code, containing a shortcuts for getting services like this:

 public static class GameplayServices
 {
     public static IInputService InputService => ServiceLocator.Get<IInputService>();
 }

About

Service Locator implementation for Unity

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages