Ingame chat

Simply put, how? Couldn’t find anything in the refence manual…

you have to code it yourself… Maybe just is sb types sth you display it to gui?

The networking example project on the Unity website contains a simple chat system.

Ok, but what would I do to make the GUI for the chat be open at all times, and also be only in a small corner?

GUILayout is more adequate, it automatically positions its own content.