saddboys / Softeng306Assignment2

A Unity Game about Climate Change
2 stars 1 forks source link

Stats change tooltip freezes during game over / win message #91

Closed ErnWong closed 5 years ago

ErnWong commented 5 years ago

This is probably because tooltips are created under a separate canvas from the statsbar and thus does not get deactivated when the statsbar gets deactivated. But, since the statsbar got deactivated, it no longer updates the tooltips. The simple fix is to make the tooltip be its own monobehaviour and update itself.