João Borges
João Borges
### [REQUIRED] Please fill in the following fields: * Unity editor version: 2021.3.20f1 * Firebase Unity SDK version: 11.6.0 * Source you installed the SDK: Unity Package Manager (.tgz file)...
I'd like to request an official update to Unity 2017 to access the latest backend improvements on networking. We should however still support older versions of Unity.
*Tested on Unity version 2017.1.1f1 and with the latest repository version* Whenever I try to launch the game and the Master Server has not been started, the `ConnectionToMaster` will **freeze**...
Unity 2023.1 introduced the new [Awaitables API](https://docs.unity3d.com/2023.2/Documentation/Manual/AwaitSupport.html) for better async development in the engine.
Since version `3.0.0`, the scene loaders have been very stripped down in functionality. The transition method can easily be migrated to the scene manager, and the entire usage can be...
Add support for publishing the package to the Unity Asset Store.
At the current version (3.0.x), to unload a scene you need to either use a direct `LoadSceneInfoScene` with the target scene reference, or the same `ILoadSceneInfo` that loaded it in...