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

Unity.Mathematics.Tests.asmdef 241B

12345678910111213
  1. {
  2. "name": "Unity.Mathematics.Tests",
  3. "optionalUnityReferences": [
  4. "TestAssemblies"
  5. ],
  6. "references": [
  7. "Unity.Mathematics"
  8. ],
  9. "includePlatforms": [
  10. "Editor"
  11. ],
  12. "allowUnsafeCode": true
  13. }