Category: Game development
A while ago (sometime in the fall) I had an idea for a game. From the start I just wanted to create something cool with HTML canvas, and…
This is going to be a short post (I think) about saving data in Unity3D. Been working on a save-mechanism for the game. Turns out I should’ve started implementing…
Since I made the last post (yesterday…) I’ve rewritten some of the code for the inventory to allow saving/loading, but in this post I will continue with the…
Disclaimer: I do not claim this is the best (or even a good way) to design and implement an inventory system. There is a slight (great) chance that…
I’ve been fiddling with the inventory system for a little while now. Recently I’ve been trying to add functionality to picked up items, but now I also got…
For the past week I’ve been trying to implement a working inventory system. Since I’m new to almost everything in Unity I usually try and find my own…
For a while I have been working on a game in Unity. It’s not my first time, but it is my first bigger project, and definitely the first…