biyaniM / ALICE-IN-WONDERLAND-professional-nappers

Single Player, 3D Platformer movement-based game with Color and Level Mechanics with WebGL Builds
6 stars 1 forks source link

level complete cheat issue in level 1 #87

Closed biyaniM closed 2 years ago

biyaniM commented 2 years ago

Level 1 (circle/rotation level) has an issue where if the character jumps on the arches it can reach the "Level Complete" zone without collecting the required amount of coins.

Possible solutions (according to me)-

  1. Make an invisible game object around the end zone
  2. Add an extra box collider to the end arches' game object boxes and increase its size to more than the game object's size (towards the end zone where the player can make a cheat jump).
  3. Drag the arches to the very end of the level collider (the player can still make a skillful jump to cheat).
biyaniM commented 2 years ago

Fixed with latest dev