Development Log

I hear people call them blogs nowadays.

retroactive update

things got crazy toward the end of the week, so i am posting what was meant to be Friday’s entree a day backdated. i went from thinking i had irrevocably broken things and having to loose a week’s worth or so of work from going in the wrong direction, to almost getting the exact functionality i was looking for.

More

broke too soon

only halfway through the day i found so many problems with the code i posted yesterday more restructuring today created a WorldLevel class to hold level information, such as the level spawn position texture, a level complete bool and a ScriptableObject array for that level’s dialogue all this rework comes with implementing save functionality fully.

More

data system work

more structural changes and minor fixes began the final implementations of the data saving system refactored the player’s level system a bit so the design makes more sense and will be more workable in the future it is now directly accessible from the player script, as opposed to being handled by the game controller.

More

slight fixes and remixes

corrected the loading issue i had, as well as one with the menu/back button; it should work for every case now. then i got a bit distracted maybe, maybe not… i needed more music anyway, but it felt like it took too long to make or something.

More