Hello, i'm pretty desperate here because i'm stuck on it for a couple days..
I want to add a chat system to my game, every tutorial that i've seen or any old threads about it made a Chat byitself, and i just want a Chat for my game, so if i tried to add what they did it didn't work.. So i had to try to make something by myself...
That's the script:
Need help with a Chat
I want to add a chat system to my game, every tutorial that i've seen or any old threads about it made a Chat byitself, and i just want a Chat for my game, so if i tried to add what they did it didn't work.. So i had to try to make something by myself...
That's the script:
Code (CSharp):
- using UnityEngine;
- using System.Collections;
- using UnityEngine.Networking;
- using System.Collections.Generic;
- using UnityEngine.UI;...