Hi.I'm testing new Performance Studio 2024. And i've tried to capture some info with Frame Advisor on my test project (built with Unity 2022.3.6f1). All seems ok, except absence of any visual representation of frame/draw calls in Framebuffers window.Device i'm using is Huawei P30 (with Mali-G76 MP10). Didn't find any info about such issue in manual and on forum. So decided to ask. Will appreciate any help or information.Kind Regards,Gennadii
Hi Gennadii,
The number in the "Unsupported format" message is an internal Frame Advisor format. 37 is actually RGBA8 sRGB. This should be supported in 1.2, which was released yesterday. Could you try downloading the latest Performance Studio and opening your trace file? Please let us know if there are any issues.Format 139 is most likely VK_FORMAT_B10G11R11_UFLOAT_PACK32. Unfortunately, this is not supported yet, but thank you for bringing this to our attention, as it helps us to prioritize which formats to support.
Thanks,
Liam
Hi, Liam. Yes, seems like all fine with 37 format in new version. I can see preview for Frame.
And get messages in log for it:
[debug] Processing input texture type: 37 [debug] Maps to Vulkan Format type: 43
But for all other parts (Render passes and individual Draw calls) sitll get "unsupported image format" (because they are in 139 Format). And it's pitty, because it is hard to understand frame structure without preview of it substeps and individual draw calls.Hope, you'll bring support for this format soon.
Untill then, last question - could there be some settings or recomendations for build creation process from your side, how can I force my application to work with supported formats (seems unlikely for me, because I'm creating build from Unity and don't have full control of build process, but anyway ..)? And do you have some links to documentation about supported formats?
Kind Regards,Gennadii
Thank you for your suggestions, I will feed those on to the rest of the team. Ideally, we would like Frame Advisor to "just work" with Unity, but clearly we are not there yet.
I'm not aware of any documentation for supported formats. But, I can tell you that currently, the only supported color attachment formats are RGBA8 unorm and RGBA8 sRGB.
Kind regards,
Just to let you know, I believe this format is now supported in Performance Studio 2024.2.