performances issues oculus- unity 2019 1.0f2

Hello everyone.
I’m having the weirdest of behaviour for the moment.
I tried HDRP, normal and LWRP in a test scene for a game of mine and all show performance issues in an empty scene with basically nothing (a bit of photon networking, a couple of cubes and a plane)
I’m getting the most peculiar profiler report.


The weirdest part is that this is the same kind of results if I turn off my only camera.
Anybody knows where this “other” is coming from and why it’s impacting me that much ?

Cheers

Yoirgl.

Without seeing the actual complete profiler its a bit difficult, youve only shown the graph which we cannot do anything with. We need to see the actual entries below to know what is impacting what.

Certainly this issue has come up many many times in the past:

https://www.reddit.com/r/Unity3D/comments/88ie8m/gpu_profiler/

https://www.reddit.com/r/Unity3D/comments/11iuzr/profiler_gpu_usage_other/

https://www.reddit.com/r/Unity3D/comments/3sujtl/empty_scene_with_only_1_cube_spikes_of_gpu_usage/

https://www.reddit.com/r/Unity3D/comments/33gzd2/profiler_gpu_usage_spikes_in_other_causing/

https://answers.unity.com/questions/706801/huge-other-in-gpu-profile--1.html

So simply by using google and finding those and reading them, I would recommend to try:

  • Ensure vsync is turned OFF
  • Actually try in a build, its likely your also getting bits of the editor usage in that profile, its likely it will be dramatically different in a build
  • Ensure you do not have too many lights or cameras in your scene
  • Try profiling again with the scene view not visible, and the unity editor window as small as possible
  • Try also running the graphics profiler and memory profiler, because your only really monitoring cpu and GPU usage and the other profilers will give you a more in depth view as to what is really taking up what resources. They all work together to give a complete view of what is happening

If that doesnt help, try posting more in depth info and will try and get back to you with targeted advice.