function OnMouseEnter()
{
//change the color of the text
renderer.material.color = Color.green;
}
function OnMouseEnter()
{
//change the color of the text
renderer.material.color = Color.white;
}
i dont know how to fix this error can u help me pls
↧