Search code examples
unity-game-engineraknet

Can I use RakNet Networking in unity?


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# ?


Solution

  • 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.