Steamworks.NET icon indicating copy to clipboard operation
Steamworks.NET copied to clipboard

Working with Unity Editor windows shell flicker

Open rever96 opened this issue 2 years ago • 1 comments

Hi, with Unity 2021.3.26f1 on windows add the SteamManager and play launches a background shell that keeps opening and closing over time ever after exit playmode. closing Unity kills definitly the process. This is a bad behaviour. Did you noticed it? Could you fix it?

https://github.com/rlabrecque/Steamworks.NET/assets/19595534/a69f83d3-4341-4dbd-9469-a30bdf7fb680

rever96 avatar Jun 23 '23 08:06 rever96

It happened to me too. For now, i just disabled the Awake method in SteamManager using UNITY_EDITOR define symbol.

magicjar avatar Jul 04 '23 04:07 magicjar

Any fix on this? this is so annoying

GeonhanLee avatar Jul 02 '24 04:07 GeonhanLee

I solved the issue by removing all unnecessary files and let unity to regenerate it. No flickering is happening now.

rlabrecque avatar Jul 02 '24 16:07 rlabrecque