Skip to main content

New answers tagged

0 votes
Accepted

Is it possible to set a specific frame rate on my game

Thank you guys for your responses, with the new Unity 6 optimization features it helped me a lot with optimization! I used the GPU Resident Drawer which helped me save a lot of frames especially in VR ...
Moussaa 's user avatar
1 vote

Is it possible to set a specific frame rate on my game

If your frame rate is sometimes lower than you'd like, then one option is to enable dynamic resolution to enable you to dynamically sacrifice rendering resolution in order to maintain a higher frame ...
Adam's user avatar
  • 7,619
-3 votes

Is it possible to set a specific frame rate on my game

get proper profiling tools and use them to optimize your output.
tp1's user avatar
  • 118
1 vote

Is it possible to set a specific frame rate on my game

It's possible to set a maximum frame rate in your game but not possible to set a minimum frame rate, unless you want to do something silly like closing the game when the frame rate drops below your ...
Charanor's user avatar
  • 8,463
0 votes
Accepted

Null reference exception when accessing ActionMap stored in a singleton

It looks like you're relying on PlayerLocomotionInput to get enabled after InputManagerScript. This is not guaranteed out of the ...
DMGregory's user avatar
  • 139k

Top 50 recent answers are included