I’ve noticed within the last few weeks that all my project are running with 5ms CPU:Main even with nothing going on (all lighting minimal etc). I’ve profiled the game and it’s spending 80% of the time on gfx.waitforpresentongfxthread.
I used to get 1ms at most before. Have upgraded to Sonoma on my M1 Macbook and just wondering if maybe it’s due to that working on things in the background as it seems to be waiting on the GPU to do something. I’ve tried debugging the GPU using XCode but can’t work out to run the project, it just launches the Hub every time.
Has anyone else noticed similar?