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...
Month: July 2019
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...
Commentary: Learn to create an RPG in Unity
I was following along a tutorial I bought on Udemy a long time ago. OMG the horror. There are a lot of free resources out there so why do I buy it on Udemy? Most resources are obsolete or incomplete so why not buy a...
Adding a Gizmo to a GameObject
Empty Game objects are very hard to see, so I thought it would make it easier if I could make them visible in the editor and invisible during gameplay. Enter Gizmos.Gizmos are the small icons and that appear in the editor and does not appear...