SteelFactory.uproject 477 B

123456789101112131415161718192021222324252627
  1. {
  2. "FileVersion": 3,
  3. "EngineAssociation": "5.1",
  4. "Category": "",
  5. "Description": "",
  6. "Plugins": [
  7. {
  8. "Name": "ModelingToolsEditorMode",
  9. "Enabled": true,
  10. "TargetAllowList": [
  11. "Editor"
  12. ]
  13. },
  14. {
  15. "Name": "CesiumForUnreal",
  16. "Enabled": true,
  17. "MarketplaceURL": "com.epicgames.launcher://ue/marketplace/content/87b0d05800a545d49bf858ef3458c4f7",
  18. "SupportedTargetPlatforms": [
  19. "Win64",
  20. "Mac",
  21. "Linux",
  22. "Android",
  23. "IOS"
  24. ]
  25. }
  26. ]
  27. }