7 Quick Unity Game Engine Facts

Unity Game Engine Facts

1. In Context menu icon of the inspctr find ‘Add Tab’. Select ‘Inspctr’ from the drop down menu. Use it along with the inspctr lock. Increase your productivity substantially.

2. While using WASD, right-click the mouse button to navigate the whole scene view. Use Q and E keys to move up and down.

3. Use shortcut keys to transform tools. Press Q for grab tool, W for transform tool, E for Rotation tool and R for Scale tool.

4. Instant prefab-Simply create your Game-object in the Hierarchy and drag it down to the Project panel.

5. A small icon named ‘lock’ is located at the top right corner of the inspector panel, used to lock the inspector of current selected object and also adds objects to arrays.

6. Set offset value ‘x’ in vector for infinite horizontal map and set the value ‘y’ for infinite vertical map in Unity3d.

7. A rigidbody component receives forces and torques to move your objects with or without using any code.

Related: Download Free Unity3d Scripting Tutorial

Leave a comment