https://github.com/steve3003/unity-profiler-data-exporter
Utility to export data from the unity profiler
https://github.com/steve3003/unity-profiler-data-exporter
unity unity-editor unity-profiler
Last synced: 4 months ago
JSON representation
Utility to export data from the unity profiler
- Host: GitHub
- URL: https://github.com/steve3003/unity-profiler-data-exporter
- Owner: steve3003
- License: mit
- Created: 2017-01-28T20:29:51.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T14:49:49.000Z (about 6 years ago)
- Last Synced: 2024-09-27T23:21:34.304Z (over 1 year ago)
- Topics: unity, unity-editor, unity-profiler
- Language: C#
- Homepage:
- Size: 53.7 KB
- Stars: 123
- Watchers: 10
- Forks: 30
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity Profiler Data Exporter
Utility to export data from the unity profiler and provide some useful stats.
This is a first working version but I plan to add other features shortly.
Anyone who wants to contribute is very welcome, just make a pull request.
# Installation
Just copy the script in an Editor directory within your unity Assets folder.
# Usage
Open the unity profiler and when you want to export the profiler data for further analysis just click on `Profiler Data Exporter` under the `Window` menu and choose one of the options.
# Credits
* https://github.com/MattRix/UnityDecompiled
* https://github.com/omar/ByteSize