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.
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.