package.json 736 B

123456789101112131415
  1. {
  2. "name": "com.unity.performance.profile-analyzer",
  3. "displayName": "Profile Analyzer",
  4. "version": "1.1.1",
  5. "description": "The Profile Analyzer tool supports the standard Unity Profiler. You can use it to analyze multiple frames and multiple data sets of the CPU data in the Profiler.\n\nMain features: \n▪ Multi-frame analysis of a single set of Profiler CPU data \n▪ Comparison of two multi-frame profile scans \n\n",
  6. "unity": "2018.4",
  7. "upmCi": {
  8. "footprint": "6b1144808fa7de3982c55bae2f345a8a7c779dc0"
  9. },
  10. "repository": {
  11. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.performance.profile-analyzer.git",
  12. "type": "git",
  13. "revision": "6dcda6aee96901e98a4f01b85589054b9274ba74"
  14. }
  15. }