Thomas Scheelhardt

Results 6 issues of Thomas Scheelhardt

Currently packages included with a project are either placed in Assets or Assets/Plugins. Being able to further organize packages would be a big plus, e.g. bundle all packages from a...

When using Visual Studio Tools for Unity it is possible to intercept the project file generation and modify the generated project file. This is useful for adding custom MSBuild tasks...

This a question rather than an issue, so if this is better posted in forum or other, let me know. So we have all the source located in packages under...

Certain other DI containers provide the notion of a scope that is bound to a specific type instance, such that when the instance is created, all dependencies are resolved in...

feature

- Added the ability to disable deletes on certain items. Json must include a disableDelete boolean property. The actual property name can be set through the disableDeleteProperty setting. - Added...

A small addition to allow custom names to LifetimeScopes when manually created through calls to Create(...) or CreateChild(...) Also makes the Create(IInstaller) overload public as that seems to be an...