Hi , am I being incredibly dumb but I need help? I have a page within my game with dialogue between 2 people - I have the vocal and text showing what they are saying using GUI text - all I want to do is change person 1"s text to another colour so there is a difference I’ve tried using a script added to the GHUI text
var color:Color;
function Start() {
guiText.material.color = color; }
But this just makes the text disappear.
Can anyone help please?