Question
Does this tool not support binary data (.data) saved in ProfilerWindow?
But analysis succeeded with binary data (.raw) saved from Script with Profiler.enableBinaryLog = true; and so on.
Environment
- Unity 2019.4.18f
- Empty URP Project
Procedure
- Open
Window > Profiler
- Run SampleScene
- Save the binary data in ProfilerWindow
- Open
ProfilerReader > AnalyzeToCsv
- Open the file just saved and execute Analyze.
Exception: This log file isn't supported. error is displayed in Console
Question
Does this tool not support binary data (.data) saved in ProfilerWindow?
But analysis succeeded with binary data (.raw) saved from Script with
Profiler.enableBinaryLog = true;and so on.Environment
Procedure
Window > ProfilerProfilerReader > AnalyzeToCsvException: This log file isn't supported.error is displayed in Console