package.json 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. {
  2. "name": "com.unity.collab-proxy",
  3. "displayName": "Version Control",
  4. "version": "1.17.1",
  5. "unity": "2020.3",
  6. "unityRelease": "14f1",
  7. "description": "The Version Control package gives you the ability to use either Collaborate or Plastic SCM for Unity (beta) in the Unity editor. To use Plastic SCM for Unity (beta), a Plastic SCM subscription is required. Learn more about how you can get started for free by visiting plasticscm.com.",
  8. "_upm": {
  9. "changelog": "Plastic SCM for Unity is now available as part of the Version Control Package! You can enable Plastic SCM via Window > Plastic SCM to get started!\nIf you have previously used the Unity Asset Store Plastic SCM plug-in, you can now simply use this package. Make sure you delete the plug-in from your project.\nRemoving a previously added Plastic SCM Asset Store Plug-In:\n- Select the PlasticSCM folder in the Assets\\Plugins folder on the Project tab, then click Edit > Delete\n- Close the Unity Editor and open your project again. You will find the Plastic SCM menu item in the Window menu.\n\n### Fixed\n\n- Fixed missing references in synced prefabs"
  10. },
  11. "keywords": [
  12. "backup",
  13. "cloud",
  14. "collab",
  15. "collaborate",
  16. "collaboration",
  17. "control",
  18. "plastic",
  19. "plasticscm",
  20. "source",
  21. "team",
  22. "teams",
  23. "version",
  24. "vcs"
  25. ],
  26. "dependencies": {
  27. "com.unity.services.core": "1.0.1"
  28. },
  29. "category": "Editor",
  30. "upmCi": {
  31. "footprint": "4ed602418092eca62b19beb6716e512d24c759ac"
  32. },
  33. "repository": {
  34. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.cloud.collaborate.git",
  35. "type": "git",
  36. "revision": "2346af88036ac7256d898e0bb536f60220ce6e18"
  37. }
  38. }