UniLiveKit.Runtime.asmdef 512 B

1234567891011121314151617181920212223
  1. {
  2. "name": "UniLiveKit.Runtime",
  3. "rootNamespace": "",
  4. "references": [
  5. "Unity.WebRTC",
  6. "UniTask"
  7. ],
  8. "includePlatforms": [
  9. "Android",
  10. "Editor",
  11. "iOS",
  12. "macOSStandalone",
  13. "WindowsStandalone64"
  14. ],
  15. "excludePlatforms": [],
  16. "allowUnsafeCode": false,
  17. "overrideReferences": false,
  18. "precompiledReferences": [],
  19. "autoReferenced": true,
  20. "defineConstraints": [],
  21. "versionDefines": [],
  22. "noEngineReferences": false
  23. }