-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(Question) Analyze fails with binary data (.data) saved in ProfilerWindow. #2
Comments
I think yes, exactly. It only supports logs from Profiler.logFile. Still, the csv files that I am getting have more columns than column names, and it gives me proublems when trying to read them in Python or R. Same happened to you? |
@yuyecreus , thanks for the reply! I haven't tried it in Python or R, but I think I'm having the same problem. Thanks. |
Hi, I am able to analyze only 300 frames, I think Unity exports only 300 frames .data file or may be this tool has the limitation, I don't know . I need more frames. Is there any way to do that. Please let me know if anyone has the solution. Thanks in advance. |
Hi @aadi3124 In Unity 2019.4 and later, You can change from 300 to 2,000 frames. (max) However, this repository tool does not support data saved from the |
Hi @ryu8179 Thanks for the reply! |
The selected one (the above one is from .data file) |
Hi @ryu8179 Is there a way to convert .raw into .data file? because in .raw data lots of information are missing or gets lost. After checking .raw converted csv's, I not getting the info I wanted as in case of .data file (because of one major file is missing in case of .raw). Please let me know. Thanks! |
@aadi3124 |
Hi @ryu8179 I am getting this error, What would be the possible reasons for this? System.Exception: This log file isn't supported. 0x20200924 Thanks! |
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 > Profiler
ProfilerReader > AnalyzeToCsv
Exception: This log file isn't supported.
error is displayed in ConsoleThe text was updated successfully, but these errors were encountered: