nicholas-maltbie / PropHunt-Mirror

PropHunt project made using Unity and Mirror Networking
MIT License
5 stars 1 forks source link

Chat Box Auto Fade #69

Open nicholas-maltbie opened 3 years ago

nicholas-maltbie commented 3 years ago

Have the debug chat log fade out complete when in game menu (say after a set timeout of x configurable seconds)

Also have the ability for individual messages to auto fade (aka when a new message shows up, only the new message is seen, not the entire chat log).

Whenever a new message is added, the whole updated, if in in game menu, the new message will be the only one present while older messages do not appear unless the pause menu is opened.

Make sure scroll bar is only present in the menu screen (hide it in the in game menu).