ssannandeji / Zenject-2019

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

replaces overloads with optionals in SceneLoader.LoadScene. #610

Closed bowlercaptain closed 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-Nunit Tests passed.