Can I use RakNet Networking in unity?

1.2k Views Asked by At

I want to create a multiPlayer online game with unity but unity networking class isn't efficient. Is it anyway for using RakNet in unity instead of UN(unity networking API)? and how can I use it in c# ?

1

There are 1 best solutions below

0
On BEST ANSWER

If i recall correctly RakNet is already being used by Unity by default but uses the networking class as a kind of wrapper for the RakNet API.