You are browsing as a guest. Sign up (or log in) to start making projects!

shbebeek

@shbebeek

Joined June 25th, 2026

  • 23Devlogs
  • 3Projects
  • 0Ships
  • 0Votes
Open comments for this post

3h 16m logged

Hello everyone, today I worked on fixing the player UI and coded the chakram left-hand item I’ve been working on. After seeing that at different screen sizes/resolutions the UI would change shape and position, I adjusted the anchors of each UI element and made sure that they looked nice together no matter the screen size. The chakram ability turned out very nice, as with the additional fire/spark fx it feels pretty cool to throw around. I made it so that the chakram will interact with any physics object, meaning that it can bounce around a bunch before returning to the player. Looking ahead to the next area, I am thinking of a maze-like mine segment where the player will get either a new gun or the dash ability. See you all next time!

0
0
2
Open comments for this post

8h 48m logged

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!

0
0
17
Open comments for this post

8h 36m logged

Hey guys, I just finished up the left-hand healing item that I’ve been hinting at in my recent devlogs. It is a magic bottle that will heal you up at the cost of magic. I used a special visual fx in order to make the heal seem more “magical.” I also heavily tweaked the enemy vision system so that the enemies can see the secondary player and choose to aim at them instead of just the primary player. Currently I am trying to fix a problem where the UI will go crazy if you resize the screen, so I will be working on that from now on. Other than that, I also fixed an error where only the secondary player’s health ui would update, leading to both the primary player’s health and game over screen being stuck on the wrong camera. Best of luck everyone!

0
0
33
Open comments for this post

6h 16m logged

Hey everyone, long time since I posted here. Last week I realized that inside of my areas, there are not a lot of rewards given to the player in terms of their stats. So, instead of developing that new left-hand item I talked about in my last devlog, I decided to make an upgrade system where the player can receive health, magic, or stamina upgrades scattered around chests throughout the world. I also added a little series of clues to get the key and the eventual healing item hidden in the lake of this region through visual cues (ex. a heart-shaped rock formation) and text written on the walls of certain shelters. See you guys next time!

0
0
8
Open comments for this post

3h 46m logged

Hi guys! Today I finished up the code and tuning for both the rpg and mech enemy that I have been designing the past couple of days. I added a cool explosion to the gun whenever the bullet collides with an object, which creates some really cool visual effects. However, the bullet will still explode underwater; since I’m thinking of having a feature of being underwater that your guns misfire anyways, I’ll just keep this effect for now. With the new gun item and enemies all finished up, I am excited to say that I am almost done with this lake area. I am proud to say that it is of a much better quality than the tutorial area and is heavily focused on platforming, which will hopefully generate some fun chaos with 2 people playing at the same time. The last thing I have to do with this area is give it a proper “final upgrade.” I’m thinking of it being a healing item you can use with your left hand that takes a lot of magic but slowly heals you up. See you all later!

0
0
5
Open comments for this post

3h 18m logged

Hey guys, quick update here. Lately I’ve been working on a heat-seeking missile, and although I encountered a lot of different bugs today I finished the weapon up (kind of). I’m using a software called Linq to filter out enemies and get the closest one to the missile, but a problem I encountered is that the algorithm doesn’t account for colliders between the missile and the enemy. I’ve tried a bunch of stuff such as raycasting and Physics.linecast, but nothing seems to be working. I’m gonna take a break for today and come back tomorrow with a fresh mindset. Other than that, I also am finishing up a “mech” enemy that has different pieces of it you have to destroy in order to kill it. I’ll give a bigger explanation of this enemy when I finish it. Thanks for reading!

0
0
7
Open comments for this post

8h 44m logged

Greetings fellow developers, as of right now I have been furthering development on the lake area of the game right outside the tutorial. Development is progressing well, and I am just about finished with the overall design of the area. On the programming side, I have been working on “heat-seeking” missiles that will be the reward for the player in the form of a new right-handed weapon at the end of the area. I’m thinking of having a key to a chest being hidden at the top of the area and the player has to dive down to the deepest part of the lake to open the chest in order to make the area loop in on itself. If anybody has any ideas for left-handed items let me know!

0
0
10
Open comments for this post

4h 42m logged

What’s up everyone, over the last couple of days I’ve been working towards finishing up the lake area. This area is mainly focusing on platforming and refining the platforming that is seen inside of the tutorial area, as I feel as if that area has some janky features. I will eventually add enemies and some mini-bosses to fight while you are jumping from rock to rock, but as said before this is mainly for the spectacle and the platforming. I am thinking about adding some sort of a movement ability at the end of this area to reward the player, but I do not want to overpower the player too much at the beginning of the game. If you have any ideas please comment them down below, they would be well appreciated!

0
0
5
Open comments for this post

5h 6m logged

Hey everyone, quick update here. I’m currently in the process of making a beach area to highlight the water effect that I developed over the past couple of days. I added a bunch of different terrain textures and tree assets, so the area itself should look a little different than the typical forest/grassy area of the tutorial. I hope to add some post-processing for outside of the water eventually as well.

0
0
13
Open comments for this post

8h 32m logged

Today I finished up a new ladder system and the water post-processing effects, alongside a much-needed tuning of base speeds, maximum velocities, and the different forces added to the player (for example the jumping force). I noticed that in the vertical platforming sections I did not add shortcuts to get back up in case the player fell all the way back down, so I decided to add a ladder system that will extend down when the player reaches a certain spot. Furthermore, with the water system being finished up, I can now focus on making more unique areas of the map and creating engaging gameplay instead of just tutorial and test areas. See you guys soon!

0
0
7
Open comments for this post

4h 2m logged

Hey everyone, it’s been a while. Currently I am trying to implement a water mechanic inside of the game where players can enter the water and swim freely without the effects of gravity. Mechanics are working well to my surprise, and the only thing left to really work on is the post-processing for when you dive in. Unfortunately, I realized that the jump mechanic has to be kind of reworked due to the fact that the player does not have control over their momentum after they jump, making platforming way harder. All in all, development is trucking along.

1
0
16
Open comments for this post

3h 52m logged

At this point in time, I finished fixing up the UI system so that the 2 different players are both able to control their separate canvases, while there remains a large canvas that encompasses the entirety of the screen. This can be utilized through the time slower item, for example, as the entire screen is scene through a blue lens when the item is used. Furthermore, I added a house next to a dry lake (at the moment), and will figure out how to add a water mechanic to the game that will require certain items for the players to swim across. Lastly, in order to enter the first eventual “dungeon” of the game, players will need to get the attention of the big dragon in the sky that was added recently. It currently just roams around from point to point but when the players get to a specific point they will need to utilize its positioning.

0
0
6
Open comments for this post

2h 30m logged

Currently I am working on making a UI system that can fit both players. I have 3 separate canvases all controlled by a main UI Manager script. Basically, there is 1 canvas for each player and then there is 1 canvas that covers both players’ screens.

0
0
42
Open comments for this post

1h 34m logged

I just finished integrating the second player’s movement and UI into the game. I made it so that the 2 players share a common magic meter, which is a circular ring in the center of the screen. I try to make the gameplay require cooperation as much as possible via having both players share certain game mechanics such as their magic. With that, I have also finished the enemy tutorial area!

0
0
8
Open comments for this post

2h 48m logged

I am currently working on the 2-player functionality of the code for this game. Since some of Unity’s canvas assets are not built for 2-player unless you update them in a certain way, I have to manually go in and update my scripts to make the world objects function as expected. All in all, development is rocky but progressing.

0
0
3
Open comments for this post

4h 28m logged

I just finished the chest system as well as the coin system. Taps are the standard currency and joules are a rare currency that can net you cool items that wouldn’t be available normally.

0
0
4
Open comments for this post

3h 32m logged

Just finished the enemy code to track down the player and try to shoot the player, it has been a little rough with the balancing but development is going well on the programming side.

0
0
1
Loading more…

Followers

Loading…