UAssetBrowser.uplugin 686 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "FileVersion": 3,
  3. "Version": 24,
  4. "VersionName": "1.3.2",
  5. "FriendlyName": "UAssetBrowser",
  6. "Description": "View and import uasset files with dependencies",
  7. "Category": "Editor",
  8. "CreatedBy": "marynate",
  9. "CreatedByURL": "",
  10. "DocsURL": "",
  11. "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/648d582688654f7db09939af111c45b5",
  12. "SupportURL": "",
  13. "EngineVersion": "5.3.0",
  14. "CanContainContent": true,
  15. "Installed": true,
  16. "Modules": [
  17. {
  18. "Name": "ExtContentBrowser",
  19. "Type": "Editor",
  20. "LoadingPhase": "Default",
  21. "PlatformAllowList": [
  22. "Win64",
  23. "Mac"
  24. ]
  25. }
  26. ],
  27. "Plugins": [
  28. {
  29. "Name": "AssetManagerEditor",
  30. "Enabled": true
  31. }
  32. ]
  33. }