followed a bit this and cant seem to find how do I change Max Size
it can be found in inspector
using UnityEngine;
using System.Collections;
public class GuiFloat : MonoBehaviour {
public Texture2D Leaves;
void Update(){
Leaves.texelSize = (new Vector2(32,32));
}
}
I’m almost sure .texelSize isn’t right one for that