com.unity.editoriterationprofiler
com.unity.editoriterationprofiler copied to clipboard
JSON Export unreadable by chrome://tracing
Errors with every JSON export. Here's one:
Error
✕
While importing:
SyntaxError: Unexpected token I in JSON at position 739
at JSON.parse (
There is probably an unexpected comma somewhere.
Unfortunately, we are working on other critical things (such as improving the iteration time from our side), so we don't have time to fix this. However, you can fix it yourself if you feel adventurous. I will review any PR that gets pushed! :)
Also do you use a specific language for your system? OS? Unity Version etc?
Better yet, can you simply upload the output file? It's easier to find the issue by just looking at the file where the issue is reported. 9/10 times it's an unexpected comma