Keine Beschreibung
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

package.json 766B

1234567891011121314151617181920212223242526
  1. {
  2. "name": "com.unity.profiling.core",
  3. "displayName": "Unity Profiling Core API",
  4. "version": "1.0.2",
  5. "unity": "2020.1",
  6. "description": "The Unity Profiling Core package provides an API for code instrumentation markup, and for profiling statistic collection.",
  7. "keywords": [
  8. "profiler",
  9. "profiling",
  10. "api"
  11. ],
  12. "upm": {
  13. "changelog": "### Changed,- Removed 'preview package' paragraph from documentation."
  14. },
  15. "relatedPackages": {
  16. "com.unity.profiling.core.tests": "1.0.2"
  17. },
  18. "upmCi": {
  19. "footprint": "3f39f7351890affc1c40e4b0b9a67372e078404d"
  20. },
  21. "repository": {
  22. "url": "https://github.cds.internal.unity3d.com/unity/profiler.git",
  23. "type": "git",
  24. "revision": "2189ba14439d76a4083f59fae87163b4bdfd49c2"
  25. }
  26. }