- Home /
The question is answered, right answer was accepted
Failed to generate ETC texture
Hi I am using Unity Android , and every time i build my project these two errors pop in the console :
1-Failed writing conversion file during compression
Failed to generate ETC texture
Can somody tell me what that's mean and how i can fix them ?? Thanks.
Answer by Mai hime · Sep 12, 2011 at 09:21 AM
the problem was the size of textures(1024*1024)
Can You Please explain your answer. I have tried everything but it's not working. Are you using Unity 4.6.1?
Nomibuilder, is your texture of the size 2^n? For it to compress I believe it has to be square(with 2^n dimensions so 128x128,256x256, 512x,512,1024x1024,etc. Also note that alpha doesn't work with ETC compression.)
@D$$anonymous$$TSource Yes it is of the size n^2. 1024*1024. What should I do for ETC Compression then?
@Nomibuilder What is the format/file type of the image? I would mess with re importing the texture or changing its file type, removing alpha, or other things to do with the image file itself outside Unity.
Were you using Dropbox by chance or other program that could have conflicted with the file read access availability during import? I'm worried the issue may come back once you re-install any such program after the reformat you mentioned in the post below.
Follow this Question
Related Questions
Blender UV map texture problem? 1 Answer
Change Texture of Clone 0 Answers
Does anyone know how to fix this? Yellow texture on imported objects. 1 Answer
How can I get correct figure from formula of float 1 Answer
Vegetation Texture Error 1 Answer