I am getting two errors relating to textures:
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?
I am getting two errors relating to textures:
Assets/Scripts/ChaoTextureManager.cs(68,41): error CS1061: TypeUITexture' does not contain a definition forSetTexture' and no extension methodSetTexture' of typeUITexture' could be found (are you missing a using directive or an assembly reference?)and
Assets/Scripts/TextureRequestChara.cs(19,41): error CS1061: TypeUITexture' does not contain a definition forSetTexture' and no extension methodSetTexture' 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?