very nice, game. i like how you made everything glow. i wanted to do the same for the lava in my game but i couldn’t do it. how did you do it?
In unity you can use the universal render pipeline (urp) to create a global volume with post processing effects, then you just add bloom and enable it on the camera. There’s tutorials online that explain it better with visuals.