Hey, everyone. Im trying to access the Scrollbar component on one of the new UI objects (Scrollbar). It has a component called ‘Scrollbar’ that im trying to access with GetComponent();
The error I get is that the type or namespace name ‘Scrollbar’ could not be found. Are you missing using a directive or an assembly reference?
Anyone know why I wouldnt be able to access this component in the same way i’ve done numerous others???
thanks!