New answers tagged c#
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 ...
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 ...
-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.
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 ...
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 ...
Top 50 recent answers are included
Related Tags
c# × 8473unity × 5719
xna × 1400
2d × 485
monogame × 402
collision-detection × 330
physics × 278
xna-4.0 × 260
rotation × 243
movement × 191
camera × 187
3d × 180
mathematics × 167
animation × 161
gui × 151
input × 133
architecture × 111
shaders × 107
vector × 107
sprites × 105
transformation × 104
optimization × 102
android × 100
raycasting × 95
gameobject × 95