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

Unity.2D.SpriteShape.Runtime.asmdef 396B

12345678910111213141516171819
  1. {
  2. "name": "Unity.2D.SpriteShape.Runtime",
  3. "references": [
  4. "Unity.2D.Common.Runtime",
  5. "Unity.Mathematics",
  6. "Unity.Burst"
  7. ],
  8. "includePlatforms": [],
  9. "excludePlatforms": [],
  10. "allowUnsafeCode": true,
  11. "versionDefines": [
  12. {
  13. "name": "com.unity.burst",
  14. "expression": "0.0.1",
  15. "define": "ENABLE_SPRITESHAPE_BURST"
  16. }
  17. ],
  18. "noEngineReferences": false
  19. }