You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Assets/Scripts/ChaoTextureManager.cs(68,41): error CS1061: Type UITexture' does not contain a definition for SetTexture' and no extension method SetTexture' of type UITexture' could be found (are you missing a using directive or an assembly reference?)
and
Assets/Scripts/TextureRequestChara.cs(19,41): error CS1061: Type UITexture' does not contain a definition for SetTexture' and no extension method SetTexture' of type UITexture' could be found (are you missing a using directive or an assembly reference?)
What do these mean. and how do I fix them?
The text was updated successfully, but these errors were encountered:
I am getting two errors relating to textures:
Assets/Scripts/ChaoTextureManager.cs(68,41): error CS1061: Type
UITexture' does not contain a definition forSetTexture' and no extension method
SetTexture' of typeUITexture' could be found (are you missing a using directive or an assembly reference?)
and
Assets/Scripts/TextureRequestChara.cs(19,41): error CS1061: Type
UITexture' does not contain a definition forSetTexture' and no extension method
SetTexture' of typeUITexture' could be found (are you missing a using directive or an assembly reference?)
What do these mean. and how do I fix them?
The text was updated successfully, but these errors were encountered: