I’m a beginner with Unity. However, I have set up a nice (but simple) game that I want to use with my students. It’s some sort of quiz game (each time, there is a question, they answer it and then they see an avatar move one step further). Now, my students can play this game because I made a webGL build and hosted it on my website. However, what I actually want is that they can play the game together. That is, they should be able to simply watch the same screen or be in the same game together. They don’t need their own avatar or anything, they just need to see it when someone else answers a question and then they would see the general avatar move by itself. Of course, I can do this by simply sitting the students together and letting them look at one pc. However, it would be more fun if they can see it on their own pcs. However, I don’t understand anything about servers. I’ve tried looking at all the information and tutorials on Relay but it’s way too complex for me and it often involves many things I don’t need. I just want to keep it very simple. I really need a step-by-step guide here, I’m afraid.
Any help would be appreciated!