暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

package.json 2.6KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. {
  2. "name": "com.unity.collab-proxy",
  3. "displayName": "Version Control",
  4. "version": "2.3.1",
  5. "unity": "2020.3",
  6. "unityRelease": "48f1",
  7. "description": "The package gives you the ability to use Unity Version Control in the Unity editor. To use Unity Version Control, a subscription is required. Learn more about how you can get started for free by visiting https://unity.com/solutions/version-control",
  8. "keywords": [
  9. "backup",
  10. "cloud",
  11. "collab",
  12. "collaborate",
  13. "collaboration",
  14. "control",
  15. "devops",
  16. "plastic",
  17. "plasticscm",
  18. "source",
  19. "team",
  20. "teams",
  21. "version",
  22. "vcs"
  23. ],
  24. "category": "Editor",
  25. "relatedPackages": {
  26. "com.unity.collab-proxy.tests": "2.3.1"
  27. },
  28. "_upm": {
  29. "changelog": "Unity Version Control is now available as part of the Version Control Package! You can enable Unity Version Control via Window > Unity Version Control 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\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### Added\n\n- New view to list and manage locks.\n\n### Fixed\n\n- Fixed DropdownField not working properly on a ModalUtility window on MacOS.\n- Fixed issue with existing checkout operations locking the workspace.\n- Retained locks prevented to checkout assets.\n- Reviewed initialization and application lifecycle.\n- Fixed layout error when switching checkout status in the inspector.\n- Fixed Diff option unavailable for .prefab.\n- Fixed UI error when opening and closing multiple closable tabs.\n- Ensured branch creations start from the latest changeset.\n- Unable to expand added item list after collapsing.\n- Pending Changes context menu had the view file history greyed out for asset+meta.\n- Preconfigured date format was not recognized as a valid DateTime.\n- Fixed finding changes operation being firing constantly.\n- Removed obsolete content in package documentation.\n- Fixed typo in locks tooltip."
  30. },
  31. "upmCi": {
  32. "footprint": "11a1cb66191871ff0c6847a1fdae7d022c6300d4"
  33. },
  34. "documentationUrl": "https://docs.unity3d.com/Packages/com.unity.collab-proxy@2.3/manual/index.html",
  35. "repository": {
  36. "url": "https://github.cds.internal.unity3d.com/unity/com.unity.cloud.collaborate.git",
  37. "type": "git",
  38. "revision": "613362ccb4468f55ee42e0a35809fb9a61f3f8f1"
  39. }
  40. }