gem.json 717 B

123456789101112131415161718192021222324
  1. {
  2. "gem_name": "PhysXCommon",
  3. "version": "1.0.0",
  4. "display_name": "PhysX Common",
  5. "license": "Apache-2.0 Or MIT",
  6. "license_url": "https://github.com/o3de/o3de/blob/development/LICENSE.txt",
  7. "origin": "Open 3D Engine - o3de.org",
  8. "type": "Code",
  9. "summary": "The PhysX Common Gem provides the necessary assets and common libraries to support the PhysX Gems in the catalog.",
  10. "canonical_tags": [
  11. "Gem"
  12. ],
  13. "user_tags": [
  14. "Assets",
  15. "Physics",
  16. "Simulation"
  17. ],
  18. "icon_path": "preview.png",
  19. "requirements": "",
  20. "documentation_url": "https://o3de.org/docs/user-guide/gems/reference/physics/nvidia/physx/",
  21. "dependencies": [
  22. ]
  23. }