How to move objects in Unity (3 methods with examples) Oct 14, 2021 | John French | 38 CommentsLearn the different ways to move objects in Unity, including Transform Translate, Move Towards, Lerp and Physics, in my beginners guide.
How to create Camera Relative movement in Unity May 22, 2024 | John French | Learn how to create camera-relative movement in Unity, including how calculate camera direction and how to adjust for the camera’s height.
Why diagonal movement is faster in Unity (and how to fix it) May 22, 2024 | John French | Learn why diagonal movement in Unity is sometimes faster than moving in one direction, and how to fix it.
Direction Vectors in Unity May 21, 2024 | John French | Learn how direction and unit vectors work in Unity, how to use ready-made directions, and how to calculate a direction value yourself.
How to use Transform Translate in Unity May 21, 2024 | John French | 1 CommentLearn how the Translate function works in Unity, when to use it instead of changing an object’s position, and a common mistake when using it.
How to use Move Position in Unity May 21, 2024 | John French | Learn how to use the Move Position function to move a physics object manually, and when not to, in my beginner’s guide.
How to move an object with the mouse in Unity (2D) Sep 09, 2021 | John French | 16 CommentsLearn how to click, drag and drop objects with the mouse in Unity (with or without physics) in my in-depth beginner’s guide.
How to make an object follow the mouse in Unity (in 2D) Aug 26, 2021 | John French | 15 CommentsLearn how to use the mouse position with other objects in Unity in 2D. Including how to rotate and move objects to follow the mouse on screen.
How to jump in Unity (with or without physics) Aug 19, 2021 | John French | 43 CommentsLearn how to jump in Unity, how to control jump height, plus how to jump without using physics, in my in-depth beginner’s guide.
How to Rotate in Unity (complete beginner’s guide) Jul 13, 2021 | John French | 59 CommentsMaster the basics of rotation in Unity in my in-depth beginner’s guide.