в чем ошибка?

using UnityEngine;
using System.Collections;
using UnityEngine.UI;

public class Button : MonoBehaviour {
public Text text;

void()
{
text.color = new Color(146, 146, 146);
}

void OnMouseUp()
{
text.color = new Color(0, 0, 0);
}
}

spudimun50 spudimun50    2   23.03.2020 20:07    0

Ответы
irinaira72rt irinaira72rt  12.10.2020 03:10

С кодом всё хорошо, видемо проблема в скрипте

ПОКАЗАТЬ ОТВЕТЫ
Другие вопросы по теме Информатика