assetprocessor_settings.setreg 678 B

123456789101112131415161718192021222324
  1. {
  2. "Amazon": {
  3. "AssetProcessor": {
  4. "Settings": {
  5. "RC Stars Asset": {
  6. "glob": "*.stars",
  7. "params": "copy",
  8. "productAssetType": "{211938C1-C54D-417D-977A-9928D7C630B1}"
  9. },
  10. "ScanFolder Stars/Assets": {
  11. "watch": "@GEMROOT:Stars@/Assets",
  12. "recursive": 1,
  13. "order": 101
  14. },
  15. "ScanFolder Stars/Registry": {
  16. "watch": "@GEMROOT:Stars@/Registry",
  17. "recursive": 1,
  18. "order": 102
  19. }
  20. }
  21. }
  22. }
  23. }