1 reputation
bio website /www.thehimanshu.com
location Bangalore
age 24
visits member for 8 months
seen Mar 1 at 5:36
stats profile views 0

Feb
19
comment NavMeshAgent in Unity giving jerky performance
Oh boy! It seems that the motion of the object was perfect. Only that the position of my camera was jerky. I was using FixedUpdate to update my camera's position. Now I am using LateUpdate and everything is fine.
Feb
13
asked Using crittercism with Unity
Feb
8
comment NavMeshAgent in Unity giving jerky performance
That's not the problem here. The problem is that the motion of the object is jerky. I have tried setting a lot of acceleration and velocity values but the motion is still jerky.
Feb
7
comment NavMeshAgent in Unity giving jerky performance
I am using Unity 4.0.0f7 I have also read on some forum that the problem was there with previous versions of Unity. Is there a way to override the motion of the object while still using the NavMeshAgent.
Feb
6
asked NavMeshAgent in Unity giving jerky performance