Hi everybody,
I’d like to know if its possible to change the game icon (in the Windows bottom bar) of my game at runtime, in C#, as Discord for example, to know when we have a notification :
Thanks for your help!
Hi everybody,
I’d like to know if its possible to change the game icon (in the Windows bottom bar) of my game at runtime, in C#, as Discord for example, to know when we have a notification :
Thanks for your help!
I don’t think Unity exposes this functionality.
There may be an asset store asset to do it however.
Barring that you probably need to write some native code to interoperate with the Windows API.