actually my problem is i am moving a sphere using its position increase in update . sphere is moving fine but its moving with different speed in a different systems. why am getting this problem and what is the reason for that and what is the solution for that can any one help…
Multiply the speed by the frame delta time (Time.deltaTime).
http://docs.unity3d.com/Documentation/ScriptReference/Time.html