Hi,
I'm trying to implement a chat system where player text messages should appear on top of players like in the ultima online.
The system that i implemented works fine but i'm not happy with it.
System spawns a text mesh on the network when player enters an input.
Input in the text mesh updated with the usage of syncvar variable for all clients.
Rotation of text mesh updated with the rotation of main camera for local player.
If i can not find a better solution i will implement position...
Ideas Needed - Chat System Like In The Ultima Online (Messages On Top Of Players)
I'm trying to implement a chat system where player text messages should appear on top of players like in the ultima online.
The system that i implemented works fine but i'm not happy with it.
System spawns a text mesh on the network when player enters an input.
Input in the text mesh updated with the usage of syncvar variable for all clients.
Rotation of text mesh updated with the rotation of main camera for local player.
If i can not find a better solution i will implement position...
Ideas Needed - Chat System Like In The Ultima Online (Messages On Top Of Players)