RunnersDecomp icon indicating copy to clipboard operation
RunnersDecomp copied to clipboard

Random Errors

Open srckat opened this issue 1 year ago • 2 comments

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?

srckat avatar Feb 11 '24 19:02 srckat

Did you read the 'Getting Started' Section? You could of not installed everything required to build the project.

tails1154 avatar Jul 01 '24 20:07 tails1154

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..

protogenreal avatar Mar 15 '25 19:03 protogenreal