I’m just starting with Unity (Mac version). When I first opened it, there was a sample game, AngryBots open. I was able to navigate through the scene by holding right-click and using the WASD keys.
After creating a new project to try some tutorials, this no longer works. A and D work for sideways movement, but not W and S for forward and back. However, if I hold W or S down for a few seconds, the near or far clip plane slides through my scene and hides/shows everything from view.
I tried creating another new project and still have the same problem.
Finally figured it out. I was in ortho mode. Worked fine after switching back to perspective (by clicking the cube in the axis gizmo in the upper-right corner).
@y01cu
Wow!!! THAT IS IT !!! Man, I don’t know how many hours I spent trying to figure that out. Thank you so very much for your post. Scrolled the camera speed with my mouse wheel and… BOOOM it worked again!
I was stuck on this for almost 20 minutes and not even the Unity guide tutorial on youtube mentioned this feature of the fly through mode. Thank you very much. Should’ve immediately checked for the manual on scene view from the website.