Hello Mirror, I want to know more about you and therefore I am trying to write a blog post about it. They say it is a good thing to teach others to really hammer in the knowlage in your own brain. Why, I don’t really...
Programming
Vault Delver: Asset upgrades
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...
Vault Delver, Part 3: HDRP and Floor
There is not really much to say really. I made a very basic floor that I placed all over the place. It is quite amusing the more I add the more I notice is missing. Like the case with the floor. It id made up...
Vault Delver, Part 2
Wow, a part 2. Amazing. After creating the 6 floors i was kind of feeling quite good about it, and started to make more pieces. First an Airvent like piece that I could see from the game itself, an Airvent and also a basic Locker....
Codename: Vault Delver, Part 1
It all started from an small stream from UpIsNotJump, it was about the wonderful game called Fallout. Yeah the first Fallout game. It is awesome. He reached the place called “The Glow” and that is a very scary place. Full of radiation and death. I...
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...
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...