Disable progress bar

I write game in which when a enemy kill by player. Then Enemy health bar disable. However it will not display on canvas unless enter another enemy territory.

Hello, and since it’s your first thread: welcome.
First of all, please dont post unnecessary polls.
Secondly, what stops you from simply disabling the progress bar object once you dont need it anymore?

I’m apologize but i was read documentation but no function provide, progress bar enable at the fighting time

You can disable any gameobject by using SetActive(false) on it. So if you have the reference to your progress bars, you can disable them and thus make them disappear.

Thankyou