Heya!
[h3]Third Devlog![/h3]
The Past few Months have been full of progress again, and there is not much left to completing the Update! All the mechanics and systems are finished and only the levels are left to make!
Anyways, here is a summary of my progress:
Dynamic Level Loading
The game is now using Unity´s addressable System. It allows for loading parts of the level dynamically, meaning that not the whole level is loaded at once. While progressing the level future parts are loaded and past parts are unloaded which uses way less Computing Power and RAM.
[h2] Seamless level transitions [/h2]
The transitions between 2 levels are now seamless, meaning that you will not be sent to a loading screen but continue playing normally without noticing the loading in the backround.
(you go in one side, the previous level unloads and the new level loads and you go out the other side without noticing anything)[h2] Changes to Lighting and Occlusion [/h2]
I have fine-tuned the Occlusion system so it works better and more efficiently. The Game now also uses Realtime Lightmaps meaning that it is now a mix between Realtime Lighting and baked Lighting, which still allows for shadows but also better performance.
Speaking about performance...
More Performance Updates
I have finished reworking all of the code to make it more efficient and readable (documentation). I also reworked all of the colliders. Previously, for example a wall, was made out of multiple small colliders which put more strain on the PC because it had to calculate collision for each collider. Now Walls, Floors, and other things that connect to each other use 1 Big collider which is more efficient.
[h2] Main Menu changes [/h2]
I have finally added a options menu (with cool animations) which currently supports volume changing as well as graphic levels, but i plan on expanding it in the Future.

To the right you can also see a Radio which displays the currently being played song as well as the progress to it.
And finally when when starting a level from the main menu the music now fades out smoothly.
[h2] Even More Sounds & Music [/h2]
The player now has 50 Different sounds for footsteps for 5 different surfaces as well as collision sounds for the Player and Objects with Rigid Bodies .
There are also some new Music and ambiance tracks added to the game.
[h3] Other notable changes [/h3]
Many Objects have more accurate hitboxes now and use LODs (level of Detail, detail of the object changes at further distance).
A big part of my work was fixing a lot of new (and old) bugs, the only notable one for you would be:
after crouching under an object you now automatically uncrouch when its possible.I have added some new Models to the game and detailed the first level more which is now almost done.
Some Indev Screenshots:

Now, the only things that are left to do is adding steam cloud support (which will be easy) as well as creating the levels (which will be hard). Ill plan the levels out more this time, meaning that I actually think about what to place where to get some actual good level design done.
-Stefaaan, planning to release the Update soon