- Home /
What's the best texture resolution?
Hello, i'm making an fps for pc, so my objects will be near the camera and because of that they need to have a bit more detail. So my question is, what texture resolution should i use on my objects (guns, furniture, buildings) to get the best detail with good performance?
I use blender to make the objects and I've been texturing on 1024x1024.
Answer by ScroodgeM · Aug 18, 2012 at 07:49 PM
the best texture resolution is resolution when size of 1 pixel of texture exactly equal to 1 pixel size of screen. so, answer to your question is depends on screen's size of game, object scale, object mapping, camera field of view, distance from camera to object.
anyway, create as large texture as possible. you can always clamp size in unity for each platform target, and you can try all size to choose the best quality.
Answer by ratneshpatel · Nov 01, 2018 at 06:41 AM
In FPS Games use 4K textures on Guns and Hands, Use 2K textures on environment which is near to player and lesser resolutions for objects which are far.
Your answer
Follow this Question
Related Questions
What Size To Make Art Assets? 1 Answer
Tree Texture Altas Size 1 Answer
Hook texture loading in Runtime 0 Answers
Unity does not change the size of the window 0 Answers
Texture Max Size Value related rule 1 Answer