biyaniM/ALICE-IN-WONDERLAND-professional-nappers

Pop-up text doesn't disappear when kill a turret

Closed this issue · 2 comments

Pop-up text doesn't disappear when kill a turret

The issue is caused by CoinCollectionOnEnemyKill.cs. Line 46Destroy(gameObject) will destroy the object which will destroy hud at the same time. Need to control by player.cs.

  • Need time to fix -> low priority

@sulysu This probably can be fixed with a time ienumerator coroutine. Will have a look.