Search Issue Tracker
Fixed
Votes
0
Found in
2019.2
2019.3.0f1
2020.1
Issue ID
1206943
Regression
No
[UNET] Network Manager is kept in memory on Play mode exit when Network Manager is saved as a Prefab
How to reproduce:
1. Open the attached project "1206943.zip"
2. Open the Empty Scene and enter Play mode
3. Notice that nothing happens and exit Play mode
4. Open the Loading Scene and enter Play mode
5. Wait for the Scenes to finish loading and exit Play mode
6. Open the Empty Scene and enter Play mode
Expected result: No Scenes are loaded
Actual result: Title Scene is loaded
Reproducible with: 2019.2.19f1, 2019.3.0f5, 2020.1.0a20
Notes:
The issue is not reproducible on Unity 2017.4 ClientChangeScene method is missing in NetworkManager.
Could not test on Unity 2018.4 due to Multiplayer HLAPI errors.
Disabling reload domain in Enter Play Mode Settings fixes the issue.
Adding a Shutdown() call to the OnDestroy method of the NetworkManager seems to fix the issue.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment