Hi guys, I have a problem. When i drag an object with a mouse, the object have the same movement speed as the mouse have. is There any way to limitate the object movement speed?
Thanks
Hi guys, I have a problem. When i drag an object with a mouse, the object have the same movement speed as the mouse have. is There any way to limitate the object movement speed?
Thanks
Are you talking about Editor or Runtime manipulation ?
If you want to clamp a gameObject’s speed inside the scene view (Editor) you need to override the default Unity Handle Position :
I’ll try to do a quick tool out of it for example.