adrenak / univoice

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

Guide for Netcode for Gameobjects? #29

Open samcoydev opened 8 months ago

samcoydev commented 8 months ago

Hi there! I've been trying to implement Univoice into my Netcode multiplayer project and it seems pretty difficult to do so far. Do you have any interest in putting a guide together for this?

Thanks!

adrenak commented 8 months ago

Hi @samcoydev

I don't really have any unity netcode knowledge, so I wouldn't be able to take this up without learning it first.

That said, community contributions and discussions have fueled univoice from the beginning. If you have made some progress I would love to know.

Thanks!

adrenak commented 7 months ago

Hey @samcoydev

I just went through some NGO docs. It should be pretty straightforward to do this. I'll be able to have a look at this in a couple weeks time, but it looks like the it'll be a lot like the Mirror implementation here: https://github.com/adrenak/univoice-mirror-network if you're looking to make the implementation yourself.

Will keep you posted!

Twigee commented 2 months ago

Is there any update on the NGO implementation? if not could you give some guidence in how to port it myself?

Thanks

adrenak commented 2 months ago

@Twigee for supporting a networking library you just have to implement the IChatroomNetwork interface using the networking library of your choice. You can refer to the univoice-mirror-network repo for an example