Random Errors
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?
Did you read the 'Getting Started' Section? You could of not installed everything required to build the project.
I know this is from roughly a year ago but I got rid of the UI errors by importing NGUI just looking for CriWare now..