Topic: New and have some question
Hi, I'm new here. I play and learn how to make game as hobby. Been using Unity for few months, migrated to Linux and find this. So far it is simple and amazing. Thanks for this great application
I'm currently making a basic fps controller, based on Sponza example. I got a weird bug though. Sometimes, mouse look stutters. I basically don't change anything related to mouse in Sponza, so far I just add some feet collider to check if I'm on ground, jump mechanic, and walk-run-sprint movement speed. Anyone know why is is happening and how to fix it?
[Edit]
I manage to solve the stutter problem. It seems calling centerCursor() every update cause it, so I call centerCursor only if mouse axis lower or higher than a certain value.
Last edited by penguinroad (2013-07-16 04:00:05)