Alon Talmi SuperPlay

Results 6 issues of Alon Talmi SuperPlay

Includes the UPM package.json commits

This is the equivalent of Zenject's MonoInstaller Also added: InstallerGroup component that batch multiple installers together (I mostly used it in prefabs, that way I can create a group at...

I added to IObjectResolver the method: bool TryResolve(Type type, out object resolved); And also added 2 extension methods: TryResolve T TryResolveOrDefault(T defaultValue = default) I also implemented it in EntryPointDispatcher...

Added to IObjectResolver interface a TryGetSharedInstance which only returns if a shared instance of the request type (or Registration) exists and was created. Can be used to update instances of...

I added the option to listen to resolve callback when binding new types. It's useful if you want to use the instance when it's created without coupling it to the...