- Home /
2D Online Virtual World - possible with Unity?,Unity to create Virtual 2D world
Hi,
I used to go in an online 2D virtual world built back in the 90s and it's now basically defunct. I want to recreate that. The basics:
Scenes or "locales" can be created while the world is running, and objects placed in that scene (by "admins"). Scenes have configuration options, such as what is to the left, right, up down of it.
Objects can be created, moved, edited, deleted by the "admins"
Each user has a 2D character that can move around the screen, and go from scene to scene.
There is a public chat, that everyone in the scene can see but also private chat to any online player.
For example:
Basic question: Is something like this possible with Unity?
Many thanks :-)
Answer by Kennai · Jul 22, 2019 at 01:35 PM
Hi, @lordtopcat!
Yes, everything is possible! Unity even has an example of what unity can do:
Multiplayer First Person Shooter
Your answer
Follow this Question
Related Questions
[Question] Rock Paper Scissors clone - GameManager in Network game 2 Answers
Spawning Dynamically created GameObjects on a network 0 Answers
Can someone guide me how to get started with unity to make a multiplayer networking game ? 1 Answer
Controlling a network game? 0 Answers
Unity NetworkTransformChild - Syncing the Child of a Child 0 Answers