AssetProcessorGamePlatformConfig.setreg 604 B

12345678910111213141516171819202122
  1. {
  2. "Amazon": {
  3. "AssetProcessor": {
  4. "Settings": {
  5. "RC cgf": {
  6. "ignore": true
  7. },
  8. "RC fbx": {
  9. "ignore": true
  10. },
  11. "ScanFolder AtomTestData": {
  12. "watch": "@ENGINEROOT@/Gems/Atom/TestData",
  13. "recursive": 1,
  14. "order": 1000
  15. },
  16. "Exclude screenshots": {
  17. "pattern": ".*\\\\/Scripts\\\\/ExpectedScreenshots\\\\/.*"
  18. }
  19. }
  20. }
  21. }
  22. }