adrenak / univoice

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

Does univoice support IL2CPP? #34

Closed lukechatton closed 5 months ago

lukechatton commented 5 months ago

The readme doesn't mention IL2CPP support. I'm hoping that's included here.

Thank you :)

adrenak commented 5 months ago

Hi @lukechatton

Univoice doesn't have any native libraries of its own, so it is IL2CPP compatible. However, do note that an older network implementation based on a library named AirPeer is not since its native libs are mono only

If you're planning to use Mirror, Telepathy, etc you should be fine. IL2CPP compatibility would just depend on the underlying networking solution you plan to use