MyColorPicker.uplugin 460 B

1234567891011121314151617181920212223242526
  1. {
  2. "FileVersion": 3,
  3. "Version": 1,
  4. "VersionName": "1.0",
  5. "FriendlyName": "MyColorPicker",
  6. "Description": "拾色器",
  7. "Category": "Other",
  8. "CreatedBy": "DimonLeo",
  9. "CreatedByURL": "",
  10. "DocsURL": "",
  11. "MarketplaceURL": "",
  12. "SupportURL": "",
  13. "CanContainContent": true,
  14. "Installed": true,
  15. "Modules": [
  16. {
  17. "Name": "MyColorPicker",
  18. "Type": "Runtime",
  19. "LoadingPhase": "Default",
  20. "WhitelistPlatforms": [
  21. "Win64",
  22. "Win32"
  23. ]
  24. }
  25. ]
  26. }