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 1.3KB

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "com.unity.2d.pixel-perfect",
  3. "displayName": "2D Pixel Perfect",
  4. "version": "5.0.3",
  5. "unity": "2021.1",
  6. "description": "The 2D Pixel Perfect package contains the Pixel Perfect Camera component which ensures your pixel art remains crisp and clear at different resolutions, and stable in motion.\n\nIt is a single component that makes all the calculations needed to scale the viewport with resolution changes, removing the hassle from the user. The user can adjust the definition of the pixel art rendered within the camera viewport through the component settings, as well preview any changes immediately in Game view by using the Run in Edit Mode feature.",
  7. "keywords": [
  8. "pixel",
  9. "perfect",
  10. "2D",
  11. "sprite"
  12. ],
  13. "type": "tool",
  14. "samples": [
  15. {
  16. "displayName": "Sample Scenes and Extras",
  17. "description": "Sample scenes that demonstrate the usage of the Pixel Perfect Camera. Also contains extra helper scripts.",
  18. "path": "Samples~/Scenes and Extras"
  19. }
  20. ],
  21. "upmCi": {
  22. "footprint": "fbbf164e845ec1ac38de4af1f8e666b01fa41ecc"
  23. },
  24. "repository": {
  25. "url": "https://github.cds.internal.unity3d.com/unity/2d.git",
  26. "type": "git",
  27. "revision": "6dea8ac5bd6953acd64f1ac9d470912954b0c015"
  28. },
  29. "_fingerprint": "e3ae982b672dc7cca42a6303bdf53b84c69991da"
  30. }