Hello guys,
will working on may game’s improvments for oculus, i’m currently using the profiler tool to record where the perfs can be improved, but the profiler is not helping me because it doesn’t give me the right infos.
let’s check this screenshot:
as you can see, the thread PostLateUpdate.UpdateVideoTextures is used by cpu up to 90%…
and when i try to see were, what, how this may happen, i don’t get anymore informations on the right panel.
so i would like to know if someone can help me and tell me were i must look.
i must say about my scene, that i’m using a video texture object, but deactivating it doesnt change anything.
the rest of the scene is only composed with simple textures, and manly static objects, only few characters are animated with bones…, nothing related to late update and video textures
i’m also unable to find the “High Detail” button i can see on the unity profiler docs.
it has been removed ?