Top 3 Unity Tips
These are some tips I use on every Unity project.
Mar 27, 2022
If you spent some time using Unity, you would notice that changes during play mode don’t persist. The solution is to be aware when you are in the play mode using a visual cue:
Edit >> Preference >> Colors >> Playmode tint
Changing the color to red will cast a red hue during play mode.
Snapping an object to the grid can be achieved by holding the control while moving it in the scene view:
Editor >> snap settings
Inspector has a debug mode that can be enabled using the following:
Right-click (inspector-tab) >> Debug
Let me know what are your favorite tips down below.