暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

BurstAotSettings_iOS.json 377B

12345678910111213141516
  1. {
  2. "MonoBehaviour": {
  3. "Version": 4,
  4. "EnableBurstCompilation": true,
  5. "EnableOptimisations": true,
  6. "EnableSafetyChecks": false,
  7. "EnableDebugInAllBuilds": false,
  8. "DebugDataKind": 1,
  9. "EnableArmv9SecurityFeatures": false,
  10. "CpuMinTargetX32": 0,
  11. "CpuMaxTargetX32": 0,
  12. "CpuMinTargetX64": 0,
  13. "CpuMaxTargetX64": 0,
  14. "OptimizeFor": 0
  15. }
  16. }