GAMEN4_AR_Unreal.uproject 476 B

12345678910111213141516171819202122232425262728293031323334
  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. "Name": "GoogleARCoreServices",
  27. "Enabled": true
  28. }
  29. ],
  30. "TargetPlatforms": [
  31. "Android",
  32. "IOS"
  33. ]
  34. }