GAMEN4_AR_Unreal.uproject 413 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "FileVersion": 3,
  3. "EngineAssociation": "5.7",
  4. "Category": "",
  5. "Description": "",
  6. "Plugins": [
  7. {
  8. "Name": "GoogleARCore",
  9. "Enabled": true,
  10. "SupportedTargetPlatforms": [
  11. "Android"
  12. ]
  13. },
  14. {
  15. "Name": "AppleARKit",
  16. "Enabled": true,
  17. "SupportedTargetPlatforms": [
  18. "IOS",
  19. "Win64",
  20. "Mac",
  21. "Linux",
  22. "Android"
  23. ]
  24. }
  25. ],
  26. "TargetPlatforms": [
  27. "Android",
  28. "IOS"
  29. ]
  30. }