remton / TopDownHordeGame

top-down zombie horde game in the unity game engine
2 stars 0 forks source link

CSWS Unlock Challenge #62

Open KickingPoet6015 opened 1 year ago

KickingPoet6015 commented 1 year ago

Can't Stop Won't Stop is currently unlocked by default. A challenge to unlock it must be created. Save data must be created to track progress.

KickingPoet6015 commented 1 year ago

The challenge is never being checked for completion. During a round, a failure message is supposed to display when the player stops moving. This never displays. After adding debug messages, the method which is supposed to display this message is never run.

KickingPoet6015 commented 1 year ago

There is an issue in the challenge menu. Whenever the main menu is reloaded, the challenge menu fully breaks.