- Home /
How do I lower the render texture to make my game move faster?
I finished my Unity project from the Unity textbook describe and I had been getting trouble to move my first person camera. It looked so slow and I'm sick of it. How do I fix it?
Comment
I dont understand what your asking? is your fps too low and your game needs optimization or is your first person camera too slow and you just need to either adjust to time.deltaTime or increase the sensitivity?
$$anonymous$$y issue is more focus on the textures in the game, but increasing the sensitivity may help. How can use it?
Best Answer
Answer by nventimiglia · Feb 27, 2013 at 07:56 PM
Use smaller textures. Combine textures. Reuse textures. I could also be ambient particles.