how to get a player's position across to other players in the same room

how to get a player’s position across to other players in the same room.
Each running instance will connect to ES5(with a local player / peer), go into the same room and move around.

need explain in c# when i connect to server using ES5 i see only one user in unity said imean one charachter… iwant to do Multiplayer avatar can enter in untiy and see each others in same place after they login ???

i need one explain me consept how can make player’s position across to other players in the same room as coordinate for character postion neeed help plz am using electro server

The concept is easy, player sends his transform to the server and the server sends it to all concerned clients. So you need to program client and server side. For more info you will need to look into the documention or disect a demo.

fatmah,

These are very good questions. As it turns out, I happen to be working on a very simple demo that should show you how to do exactly what you’re asking. I hope to have it completed within the next 24 hours…possibly today. If you could wait just a while longer I’ll get that demo created and uploaded.

Sound good?

if i got u right, u might wana use network view :slight_smile: and use a “Instansiate” code when player connects or spawns

fatmah,

Shoot me an email and I’ll provide you with the example. I just reviewed it and there are a few issues, so I don’t want to make it publicly available yet. But I’ll provide it to you with some notes. And we’ll make it more solid after Christmas.

jobe at electrotank dot com