This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Graphic Analyzer with Unity Game

Last thing for me to test is to successfully profile with Graphic Analyzer, however it seems to not be able to capture my Unity 2022.3 vulkan game.

first some icons are disabled:

when I click on the camera it seems that nothing happens. this is all I can see, but I cannot interact with anything?

if I uncheck show only frames with Features enabled I see something, but I am missing the timeline, which is the most important tool I need

I add more screenshots in case it can help

Parents
  • Vulkan support in Graphics Analyzer is pretty fragile, and the tool is effectively in maintenance and will be retired next year so any issues are unlikely to get fixed. For Vulkan API debug we'd recommend using RenderDoc.

    but I am missing the timeline,

    API tracing is very invasive to performance, so the API timing presented in this tool is unlikely to be hugely useful. Why do you think you need it?

    Cheers, 
    Pete

Reply
  • Vulkan support in Graphics Analyzer is pretty fragile, and the tool is effectively in maintenance and will be retired next year so any issues are unlikely to get fixed. For Vulkan API debug we'd recommend using RenderDoc.

    but I am missing the timeline,

    API tracing is very invasive to performance, so the API timing presented in this tool is unlikely to be hugely useful. Why do you think you need it?

    Cheers, 
    Pete

Children