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...
I sure like to take my time
Well… To no ones surprise I have not been here for a while. And it shows. I have been doing a lot of… nothing? Something? Mostly just being too focused on studies and later, work. And once again i don’t have any work in front...
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...
SC2: Making a basic Hero
People love to level up things. Anything between turrets to heroes should be able to level up. It usually makes things a bit more fun, adds purpose and goals. There are basically two ways to make a level-able Hero character in the Galaxy Editor. With...
SC2: GE: Good Practice
When ever you are creating stuff or making new things there is always stuff to think about. Should i do this or that, with this thing or that thing. Here I will put together a list of things that you should think about when making...