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.1KB

1234567891011121314151617181920212223242526
  1. {
  2. "name": "com.unity.ide.rider",
  3. "displayName": "JetBrains Rider Editor",
  4. "description": "The JetBrains Rider Editor package provides an integration for using the JetBrains Rider IDE as a code editor for Unity. It adds support for generating .csproj files for code completion and auto-discovery of installations.",
  5. "version": "3.0.18",
  6. "unity": "2019.2",
  7. "unityRelease": "6f1",
  8. "dependencies": {
  9. "com.unity.ext.nunit": "1.0.6"
  10. },
  11. "relatedPackages": {
  12. "com.unity.ide.rider.tests": "3.0.18"
  13. },
  14. "_upm": {
  15. "changelog": "- fixes RIDER-74818 Unity doesn't get to play mode if Editor is not running and user starts debug or profiling\r\n- Improve performance of project generation - avoid using Directory.Exists\r\n- avoid doing ProjectGeneration twice on the first start-up"
  16. },
  17. "upmCi": {
  18. "footprint": "31a8020715d94d80e3fb34a730cb70a177948af4"
  19. },
  20. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.ide.rider@3.0/manual/index.html",
  21. "repository": {
  22. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.ide.rider.git",
  23. "type": "git",
  24. "revision": "b40b39e6834c2915637f431d002d1f3dd8ec9ce5"
  25. }
  26. }