説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Unity.Burst.CodeGen.asmdef 464B

1234567891011121314151617181920
  1. {
  2. "name": "Unity.Burst.CodeGen",
  3. "references": [
  4. "Unity.Burst"
  5. ],
  6. "includePlatforms": [
  7. "Editor"
  8. ],
  9. "excludePlatforms": [],
  10. "allowUnsafeCode": true,
  11. "overrideReferences": true,
  12. "precompiledReferences": [
  13. "Unity.Burst.Cecil.dll",
  14. "Unity.Burst.Cecil.Rocks.dll",
  15. "Unity.Burst.Cecil.Pdb.dll",
  16. "Unity.Burst.Cecil.Mdb.dll"
  17. ],
  18. "autoReferenced": false,
  19. "versionDefines": []
  20. }