Posted September 23, 2023 by KWYume
#known bugs
Know Bugs:
- Whenever E is pressed, it goes to the next level.
The reason is that I placed the Input.GetKeyDown(KeyCode.E) statement in the Update function. So every time when E is pressed, the load next scene is activated.
I will correct the bugs once the voting process is finished.