#Can't update the texture
1 messages · Page 1 of 1 (latest)
Hi. I think the issue might be with loading the texture spot on. You might want to concider placing the texture inside if a variable which holds the preload variant of that texture.
And since you need the character.name for it, you could place it under your @exported variable character.
the problem isn't when it loads the texture, but to have the texture be decompressed and I don't know how to do so. Thank you for effort of trying.
Please show the error you are getting.
texture is a Texture2D, that class does not have an update() function.
I am not sure what class it was supposed to be there?
Ah, ImageTexture i guess