Search Issue Tracker
Fixed in 2020.1.X
Fixed in 2018.4.X, 2019.2.X, 2019.3.X
Votes
1
Found in
2018.1.0b9
Issue ID
1008321
Regression
No
Editor freezes if Profiler is unable to connect to Player
How to reproduce:
1. Create a new Unity project
2. Go to Window --> Profiler
3. Click on "Editor" drop down menu (in the Profiler)
4. Click on <Enter IP>, enter some invalid IP and press Connect, observe the Profiler displays "unable to connect", but the entire editor does not respond anymore.
Expected result: Editor does not freeze while connecting and attempted connection can be aborted
Actual result: Editor freezes while connecting and connection to player cannot be aborted until the connection request is failed
Reproducible with - 2018.2.0a2, 2018.1.0b10, 2017.3.1p3, 2017.2.0a1
Comments (1)
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
- Crash on mono_dump_native_crash_info when changing a Particle System Renderer’s Material Shader to Standard Unlit
- VFX Prefab doesn’t have Preview icon in Project window and Preview window is empty in Inspector window
- Visual Effect Graph error message does not disappear and lasts forever until the Visual Effect Graph is reopened even when the error causing connection/node is deleted and Visual Effect Graph is saved
- “RenderSettings customReflection texture has invalid type” error keeps getting thrown even when Environment Reflections was set back to Skybox from Custom with an invalid texture
- Particle System with the custom Material breaks the Scene view when the material is using a Shader Graph with the Texture with the power of negative value
alexeyzakharov
Oct 18, 2019 12:10
I'm adding progress bar which displays the scanning progress and allows to cancel the connection attempt.