Simon Nordon

Results 11 comments of Simon Nordon

Try this instead: ``` Container.BindFactory() .ResolveFromSubContainer().ByNewPrefabInstaller(prefabInstance); ``` Inside YourInstaller, you will inject the instances you're passing in. ``` public class YourInstaller : Installer { [Inject]private SpawnModuleData _data; public override void...