private void Start() { SpriteMa.Load(path); UpImage(); }
public void UpImage() { iconImage.sprite = SpriteMa.GetSpriteByName(path, sprName); }