adrenak / univoice

Voice chat/VoIP solution for unity.
http://www.vatsalambastha.com/univoice
MIT License
363 stars 36 forks source link

Is hololens2 (in arm64) supported #12

Closed shoukailiang closed 10 months ago

shoukailiang commented 2 years ago

Is hololens2 (in arm64) supported

adrenak commented 2 years ago

@shoukailiang no arm64 has been known to have issues. Univoice provides interfaces for you to define your own networking and provides airpeer as default implementation (which has arm64 issues), I'd suggest you use something other than airpeer.

Some more info here: https://github.com/adrenak/univoice/issues/10#issuecomment-1087806353

adrenak commented 10 months ago

ARM64 is not supported as the underlying airpeer libraries are not IL2CPP compatible.