Lite reliable UDP library for Mono and .NET
-
Updated
Apr 19, 2021 - C#
Add a description, image, and links to the unity-3d topic page so that developers can more easily learn about it.
To associate your repository with the unity-3d topic, visit your repo's landing page and select "manage topics."
Is your feature request related to a problem? Please describe.
When trying to implement a loading screen for switching scenes I tried using the OnSceneSwitchStarted event to start fading to black and OnSceneSwitched event to start fading the loading screen back to being transparent. The issue here is that OnSceneSwitchStarted and the call to SceneManager.LoadSceneAsync happen at the same time