I’m using Unity’s example lobby scene and I’ve encountered very strange behaviour:
when I start hosting from editor (by pressing “Play and Host”), and there appears local lobby player prefab, it has valid asset Id, but when editor window loses focus (e.g. alt-tabbing), it’s asset Id becomes zeroes.
When I build it and run it, it doesn’t happen (I’m tracking asset Id by showing it in UI).
Before losing focus:
After:
What seems to be somehow connected, is material, appearing on PlayerInfo prefab:
After each alt-tabbing it seems to be recreated with new Instance ID
I’m attaching the current project.
If anyone understands what’s happening, please, let me know. I’m encountering this bug on 5.6.0f3, but even after updating to latest 2017 version, it still happens
3173740–241856–TestLOBBY2.rar (724 KB)