stoplime / inkTD

Unity based tower defense game for the CGDD4003 KSU class
2 stars 1 forks source link

Scene not resetting correctly when restarting a scene #4

Open stoplime opened 6 years ago

stoplime commented 6 years ago

Jackson said that once you leave the game scene to the main menu and back to the game scene, the game doesn't reset correctly and has lots of bugs on the console

tadams0 commented 6 years ago

A lot of the major errors were causes by events not being unhooked from the static classes. As of this commit many of the errors caused by unhooked events have been fixed, however additional testing needs to be done to ensure this bug is fully fixed.