Hi there,
I’m working on a low level game framework and have an odd problem with SceneManager.LoadScene().
If you pass it an invalid scene name an error gets generated in the editor event log, but no exception gets raise on the code side.
As this method returns void it’s hard to marshal what happens on a bad load attempt and take appropriate action.
Could anyone confirm this behaviour and would it be worth raising an “issue”?
A.