Friends System

Hi, is it a way to make a friend system so you can add friends and send messages to friends in C# Visual studio and then sync it with unity?

Yes, you need a server and database and all kinds of networking code. It is not even remotely a trivial thing to do.

Just use something already in existence, perhaps google play services or something.

1 Like