Hello fellow devs, writing this now I realize that this game has gotten to a pretty large scale and I might not have time to finish everything I wanted to do with this game before I ship it. HOWEVER, I will be working my hardest to make sure that this game still contains the core aspects of what I wanted it to be. Speaking of, I made a whole new “forest hideout” area where there are a lot of enemies and slight platforming challenges. I coded in moving platforms that essentially just move around using an animation, and when the player jumps on one their parent transform is linked to the platform so that the camera doesn’t fall off. Furthermore, I finally added locked doors to the game, so the player has to first find some keys before they can open certain doors in this area. At the end of the hideout, I am working on a chakram left-hand ability that will be able to return to the player after being thrown, acting sort of like a boomerang. During the middle of the development of this area, the framerate dropped like CRAZY and I had to take a whole bunch of time to fix the parameters of the game so that it could run better. To sum up all the changes I made, I added occlusion culling, baked lighting for static objects, and tweaked the rendering distance for terrain like trees and grass. Lastly, I tuned up the player’s jump because it was getting really random jump heights and I wanted to make it more consistent. All in all, this project is going great and I can’t wait to ship it to all of you!