Hello, I'm making a simple game and built it into android. But the game has low framerate (~30 fps), at first I thought that was my scripts so I disabled most of my scripts (only Camera Controller left) and set targetFramerate to 60, but it didn't solve the problem. After spending hours messing, I noticed that "Post Processing Layer" component on my camera is the cause.
1. If I enable it with FXAA (Fast mode: false) - My game FPS is around 30
2. FXAA (Fast mode: true) -FPS: ~40
3. Disable Post Processing Layer. My game FPS jump straight to 60FPS
Is there a way that still enable anti-aliasing while keeping 60 frame per second ?
↧