Milestone 2

YES I GOT SAVING TO FINALLY WORK!

Lets start with the video of visual part of it working in VR and on another PC!!!
Visual of my VR PC Having the Delivered Burgers Saved

The Scripting & Programming of the PlayerPref Save System for GrillVR
Unity Editor/Scripts of the PlayerPrefs Save System in GrillVR

Challenges

Oh boy there was a lot of them. The main challenge of this entire thing was my motivation and time to the project. It was getting hit hard with how much I imagined doing for the milestones and had to rethink things logically with how my scripts worked in Unity. Everything is super basic and it’s like a freshman game designer making their first game type of scripting. I was unaware of save systems and didn’t have much knowledge of them. I only looked up and knew about Serializing files and data to a players PC but I knew there had to be a much simpler way when I only needed a few variables to even be saved. My lack of game programming in Unity was tough on this part of the project, but its finally done and I’m so happy I got it done.

What’s Next?

Well, now that the variables like burgers delivered are now able to be saved, and I know how to implement it. It’s time to start transferring this system to the next level which will be the shop. I want players to be able to spend the currency and now that the save system works, there’s an opportunity to finally put the in-game shop in and begin progression through the game. But first, I need to get some sound effects for the game so that players who test it can have a good time with it. Something I was given feedback about and was crucial to my game loop was to have sound ready for the players to defend their burgers for all the levels.

So The Shop? What’s it gonna be like?

The shop is mainly going to be a interactive machine that the player can interact with to import their currency in for items or future level content. I want to start implementing my Utensil Shooter and having it be the first unlock for testing the game loop and obtaining feedback from players. It’s going to be as simple as looking up at how many burgers you have delivered, then pressing a interactive button on the screen to buy content that you want to unlock, and using that content or progressing through that content for more challenges and unlockable content. All of its going to be mainly using buttons to press and interact within the shop system to create and give the player things they choose to buy, as well as suggesting or pushing replayability to unlock more content of the game.

2D Topdown Sketch of what the Shop Layout is going to be like
2D Inspiration for the shop of interactive buttons, that I want to convert to 3D.