Unitys 2D tools and workflow are powerful and quite useful. But there are some minor details and useful tools missing. The “2D-Extras” <-Click to go to the github page. They will tell you all you need about installing it. They are not necessary for you...
Udemy
Basic info about Sprite and Tile sheets
If you are making a 2D game in Unity there are a few things one should know about sprite sheets. It is always better that the images are dividable by 2. Sizes like 32×32, 512x512x 1024×1024. It helps with performance and with workflow. Some settings...
Adding custom Gizmo icons to GameObjects
Sometimes you might want to add your own Gizmo icon to your objects. I will tell you how to do it. First you should have an folder in your Assets folder called Gizmos.Add your Icon to that folder.I made this Icon. to represent a gameobject...