Aucune description
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

package.json 1.2KB

1234567891011121314151617181920212223242526272829
  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. }