Как получить доступ к картинке в Unity?
Есть префаб картинки. как получить к ней доступ? юнити ругается
я пишу так:
public Image IcoImage;
upEffect.GetComponent<Image>().Sprite = IcoImage;
Sprite, SourceImage, Image не проходит... что писать?
Ошибка такая:
Assets/Scripts/UpButtonHelper.cs(40,35): error CS1061: Type `UnityEngine.UI.Image' does not contain a definition for `Image' and no extension method `Image' of type `UnityEngine.UI.Image' could be found. Are you missing an assembly reference?