steve3003 / unity-profiler-data-exporter

Utility to export data from the unity profiler
MIT License
123 stars 29 forks source link

Question: is there a way to this entirley by script? #10

Closed raghada closed 3 years ago

raghada commented 4 years ago

By that I mean even the export part, as I need to export it ~1000 times with different scene config.

Thanks for your amazing work

steve3003 commented 4 years ago

Yes you can do that and I did it in the past. You can save all the unity profiler's binary files you need and then you write a script that loads them all one by one and then runs my script to export it to JSON.