ssannandeji / Zenject-2019

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

replaces overloads with optionals in SceneLoader. #611

Open bowlercaptain opened 5 years ago

bowlercaptain commented 5 years ago

This allows defaults and explicit values to be used in any combination, and makes those defaults clear.

Functionality is identical. All Unity Editor Tests ran and passed.

svermeulen commented 5 years ago

Thanks, you're right that is much cleaner. Merged into extenject with commit 7f2e1abb