Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 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 (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-01T14:49:49.000Z (about 5 years ago)
- Last Synced: 2024-09-27T23:21:34.304Z (3 months 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