Question by
LexLthr · Nov 09, 2018 at 03:08 AM ·
charactercharacter controllermobile devicesjittering
character using character controller jittering on IOS mobile device but not Unity Editor
im trying to figure out why my character using a character controller(unity 3D) is jittering on my iOS mobile device but not the editor. my scripts seem fine, camera script in lateUpdate and character function/movements all in Update instead of fixedIUpdate and I tried tweaking these but nothing helps. if anyone has dealt with this issue before your wisdom is needed and appreciated.
Comment
Answer by LexLthr · Nov 10, 2018 at 08:19 AM
solved the problem. the solution lies in the character controller Y axis. bringing this value closer to 0 took care of the jitter.