ssannandeji / Zenject-2019

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

Fix player builds and builds of play mode tests #623

Open Joe-Tschirpig opened 5 years ago

Joe-Tschirpig commented 5 years ago

Had to revert some changes in order to get builds working again. Not sure if this is the best way to go about it, but at least this works. Play mode tests were already working in builds, but the assembly just only being included in the Editor, so that's fixed too.

svermeulen commented 5 years ago

Can you elaborate on b084857 a bit? Which build is broken due to that change? It's actually necessary to address #583

svermeulen commented 5 years ago

What do you need to bind to trigger that exception?