It has been a few days since the last post and I have been hard at work to researching improvemnts and performance enhancing techniques. One of the first things that needed a drastic improvement was the framerate. I did not think that updating the project...
C#
Unity: 2D-Extra tools
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...
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...