ssannandeji / Zenject-2019

Dependency Injection Framework for Unity3D
MIT License
2.53k stars 363 forks source link

Can't validate scene with Prefab with GameObjectContext #614

Open olegkuzyk opened 5 years ago

olegkuzyk commented 5 years ago

I have a Prefab with GameObjectContext on Scene. It has own MonoInstaller and it added to Mono Installers. Validator spits an error "Found prefab with name '{0}' in the Installer property of Context '{1}'. You should use the property 'InstallerPrefabs' for this instead.", installer.name, name);