Sorry guys new to unity and was wondering how we can lock a game object without a script in the scene view. Sometimes when I am editing in the scene view it will sometimes move the game object when I really dont want to.
No
A GameObject will only move if
- The object is selected
- The mode is in move (check out those four buttons near the top left of the screen)
- You click and drag it
The simplest way to prevent a GameObject from moving is not to click on it and drag it around.