prefab.tools.setreg 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. {
  2. "Amazon":
  3. {
  4. "Tools":
  5. {
  6. "Prefab":
  7. {
  8. "Processing":
  9. {
  10. "Stack":
  11. {
  12. "PlayInEditor":
  13. {
  14. "Editor info remover": { "$type": "AzToolsFramework::Prefab::PrefabConversionUtils::EditorInfoRemover" },
  15. "Prefab catchment": { "$type": "AzToolsFramework::Prefab::PrefabConversionUtils::PrefabCatchmentProcessor" }
  16. },
  17. "GameObjectCreation":
  18. {
  19. "Editor info remover": { "$type": "AzToolsFramework::Prefab::PrefabConversionUtils::EditorInfoRemover" },
  20. "Prefab catchment":
  21. {
  22. "$type": "AzToolsFramework::Prefab::PrefabConversionUtils::PrefabCatchmentProcessor",
  23. "SerializationFormat": "Binary" // Options are "Binary" (default) or "Text". Prefer "Binary" for performance.
  24. }
  25. }
  26. }
  27. }
  28. }
  29. }
  30. }
  31. }