Really like the Twist on being the duck in Duck Hunt. Really like the unique take on the Duck Hunt art style to make it your own. Was a bit too easy for me and was hoping to see some unique gameplay twists as the duck but like the concept! Good job!! P.S. The game crashed in browser but likely just a browser/WebGL thing.
Viewing post in Duckin' Time jam comments
i'm actually glad it was easy for you because there was some odd crosshair behavior where it would shoot you immediately when the level begins. but not happy about the crashing. I haven't done much research into why, but the player movement performs very differently in unity vs. webgl. specifically, the player's movement in-browser is very slow. i used Rigidbody2D forces to move the player, i wonder if there's some cross-compatibility issues with this.