Any ideas why I might be having the EditorLoop take 30-40ms every frame while in playmode in the Unity editor? This screen grab is from the new standalone profiler. Any way to reduce this or get more information on what specifically might be causing it? I am using version 2020.1.8f1
Update: After completely uninstalling Unity / Unity Hub and doing a clean install, updating my GPU drivers and MOBO drivers I have managed to bring down the EditorLoop to just 10ms per frame. However this is still over 50% of the load each frame which is still troubling.
Here are the specs of my PC:
Windows 10 64 bit
Intel Core i9-9900K CPU @ 3.60GHz
ROG STRIX z390-E Mother Board
GeForce RTX 2080 GPU
32 GB RAM
My friend who also works on the same project has none of these issues in the exact same scene on either of his computers. Does anyone know if there is a way to get a breakdown of what is happening inside the ‘EditorLoop’ in the Hierarchy overview similar to how you can breakdown the ‘PlayerLoop’ to diagnose problems?