Hello, How would Unity be fast to send, let's say, 30 floats to a Website in one Update() call? As for a server idea for my simple game, I want my website ( which has only basic SQL and Html implementation) to receive one float per player every Update, and send it to other players, and it shouldn't be laggy. Is it possible?
-Regards, Alex