Search Issue Tracker
By Design
Votes
0
Found in
2018.1.9f1
Issue ID
1083498
Regression
No
Crash on Transform::GetTransformAccess when accessing static GameObject in the network
How to reproduce:
1. Open the "LAN CRASH REPRO.zip" project
2. Open the "lan.unity" scene
3. Build & Run the project
4. Press Play in the Editor
5. Press "LAN Host(H)"
6. In the Player, press "LAN Client(C)"
7. In the Editor, press "ChangeScene" button
Actual result: Unity crashes.
Reproducible with: 2019.1.0a3, 2018.3.0b5, 2018.2.11f1, 2018.1.9f2, 2017.4.12f1, 2017.3.2f1.
Notes:
The editor doesn't crash if no clients are connected to the server.
The crash happens in LWNetwork_NetworkObject.cs: 411.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Resolution Note (2019.1.X):
Crashed was not due to unity code, its because of the structure of the repro project.