AssetProcessorGemConfig.setreg 1.3 KB

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "Amazon": {
  3. "AssetProcessor": {
  4. "Settings": {
  5. "RC physxconfiguration": {
  6. "pattern": "(.*\\.physicsconfiguration|.*\\.physxconfiguration)",
  7. "params": "copy"
  8. },
  9. "RC PhysX HeightField": {
  10. "glob": "*.pxheightfield",
  11. "params": "copy",
  12. "productAssetType": "{B61189FE-B2D7-4AF1-8951-CB5C0F7834FC}"
  13. },
  14. "RC PhysXMeshAsset": {
  15. "glob": "*.pxmesh",
  16. "params": "copy",
  17. "productAssetType": "{7A2871B9-5EAB-4DE0-A901-B0D2C6920DDB}"
  18. },
  19. // Copying *.physxmaterial files to cache folder is only necessary
  20. // because Asset Editor works with assets in cache folder and not
  21. // from the source folder directly. Ideally the authoring tool used
  22. // could work directly with source files and this copy could be avoided.
  23. "RC physxmaterial": {
  24. "glob": "*.physxmaterial",
  25. "params": "copy",
  26. "critical": true,
  27. "productAssetType": "{BC7B88B9-EE31-4FBF-A01E-2A93624C49D3}"
  28. }
  29. }
  30. }
  31. }
  32. }