Hi, Ersh!
I'm adding toggle Health/Magica/Stamina bar feature to my Toggle UI. However I have encountered compatibility issues with TrueHUD.
I have tried "_root.HUDMovieBaseInstance.Health._visible" and "_root.HUDMovieBaseInstance.Health._alpha". They work fine if TrueHUD not installed, but have no effect if TrueHUD installed.
I quickly checked your code. It looks like you're constantly refreshing the UI, and force show bars. Is it possible to respect vanilla _visible and _alpha settings?
Hi, Ersh!
I'm adding toggle Health/Magica/Stamina bar feature to my Toggle UI. However I have encountered compatibility issues with TrueHUD.
I have tried
"_root.HUDMovieBaseInstance.Health._visible"and"_root.HUDMovieBaseInstance.Health._alpha". They work fine if TrueHUD not installed, but have no effect if TrueHUD installed.I quickly checked your code. It looks like you're constantly refreshing the UI, and force show bars. Is it possible to respect vanilla _visible and _alpha settings?