TextureReompose.uplugin 454 B

12345678910111213141516171819202122232425
  1. {
  2. "FileVersion": 3,
  3. "Version": 1,
  4. "VersionName": "1.1",
  5. "FriendlyName": "",
  6. "Description": "批量化处理texture贴图插件",
  7. "Category": "Other",
  8. "CreatedBy": "Deveuper",
  9. "CreatedByURL": "",
  10. "DocsURL": "",
  11. "MarketplaceURL": "",
  12. "SupportURL": "",
  13. "CanContainContent": true,
  14. "Installed": true,
  15. "Plugins": [
  16. {
  17. "Name": "EditorScriptingUtilities",
  18. "Enabled": true
  19. },
  20. {
  21. "Name": "PythonScriptPlugin",
  22. "Enabled": true
  23. }
  24. ]
  25. }