Jens-roesing
Jens-roesing
> Hi. I had the same problem with a overlay camera stack. I have a "Main Camera" (Base, Perspective) and a "UI Camera" (Overlay, Orthographic). It seems to be a...
Yes, normally it's splitting then up, but in my case this error happened on loading a scene. At the beginning of the Scene, many async operations are executed, and it's...
Thanks @devingDev ! I can confirm that this fix resolves the issues with Unity Editor on Windows (I am using Unity 2021.3.14) However, I still had problems accessing the “QuitThisBs”...
@OnurRafet Just like this, right at the start a register to the quitting event, only works with in Unity because "Application" is from `using UnityEngine;` ```c# private void OnApplicationQuit() {...