hey all.
i just wanted to make sure my texture size was correct.
I can’t use 480 * 320, right?
I need to use ie. 512 * 512.
And it needs to be at a resolution of 163 ?
thanks much,
cp
hey all.
i just wanted to make sure my texture size was correct.
I can’t use 480 * 320, right?
I need to use ie. 512 * 512.
And it needs to be at a resolution of 163 ?
thanks much,
cp
Correct, except the resolution is irrelevant. The only thing that matters is the size.
–Eric
The texture size must be a power of two.
So 64x64, 128x128, 256x256, 512x512, 1024x1024, etc. are okay.
there is no etc
1024x1024 is the maximum
Thanks for the correction Dream. I don’t own Unity yet or know a whole lot about it.
1024x1024 is no unity restriction actually. Its the maximum texture size that the iphone accepts.
thanks that helps lots.
cp