gem.json 684 B

1234567891011121314151617181920212223
  1. {
  2. "gem_name": "MotionMatching",
  3. "version": "0.0.0",
  4. "display_name": "Motion Matching",
  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": "Motion matching is a data-driven animation technique that synthesizes motions based on existing animation data and the current character and input contexts.",
  10. "canonical_tags": [
  11. "Gem"
  12. ],
  13. "user_tags": [
  14. "Animation",
  15. "Tools",
  16. "Simulation"
  17. ],
  18. "icon_path": "preview.png",
  19. "requirements": "",
  20. "dependencies": [
  21. "EMotionFX"]
  22. }