yeah, unfortunately didn’t have time to make a lot of levels so there’s a serious difficulty spike. Thanks for playing! Funny enough I’m pretty sure I did do the position logic in late update, the camera is definitely laggy and needed some work though lol, the game is not half as polished as I would have liked. The rocket tip is really helpful too, I put that PS in near the end and didn’t even realize that the particles were doing that since I was so rushed working on other pieces of the project haha, but next jam I’ll remember to mess with it as soon as I do it.
Viewing post in Fish Mechanic jam comments
I recommend to cut every corner you possibly can when doing short jams like these. Don't make your own camera, just extend Cinemachine since it's a super good tool for easily customizable camera movement with lots of built in stuff like smoothing, camera shake etc. If you don't know how to extend it properly, you do the next best thing you do know how to do. Toggle on and off GameObjects! Use one cinemachine camera for the play/launch section, and just use the normal camera with movement and zoom for the building part.
Think like a lazy programmer.