Great game one of my favourites in this jam but I coudn't finish it because of a bug in one of the last levels, when player 3 push a button a blue block appear in the middle of the window with half the height offset on both axis 😩 and the hack didn't help me much🤣
Viewing post in Where is Teddy? <127.0.0.1> jam comments
Thanks for the heads up. You're not the only one who ran into it and the fact it hasn't happened to everyone made me realize it was my reset script. If you don't reset before it spawns the first time, it spawns fine, if you do before it spawns, it doesn't. I need to be recording the position when the scene loads or using a spawner script, but as a hack I used a deactivated object, which checks it on the awake, which doesn't happen if its not activated on load>.< I'll push a fix in a moment after the voting ends.