Search Issue Tracker
Fixed in 5.2.3
Votes
0
Found in [Package]
5.2.3
Issue ID
1146403
Regression
No
Removing Shadergraph/VFX package/Custom Window Script while the window is still open leaves an unclosable unmovable window
Repro:
1. Create a new 3D project
2. Add the Shadergraph package to it, create a new PBR graph and open it
3. Uninstall the Shadergraph package
4. Observe the still open Shadergraph Window
Expected result: the leftover container window can be closed (using title bar buttons) or be closed automatically if not alone in the dock area.
Actual result: the leftover Window has no close button and cannot be moved out of the way. Reinstalling the package again does not fix the issue and it can only be fixed by resetting the Layout
Reproduces in VFX, as well as any custom editor window script.
Repro for custom window script:
1) Create a custom window script; take something form here: https://docs.unity3d.com/Manual/editor-EditorWindows.html
2) Open it via the custom menu system
3) While it's still open, delete the underlying script
Or by closing it through the menu (see video).
Reproduced in:
2019.2.0a12 (With Shadergraph versions: 6.5.3; 5.2.3)
Shader Graph in SRP master of 4/18/19
VFX preview-6.6.1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Linux] Screen.SetResolution immediately applies windowed resolution when switching from Fullscreen to Windowed mode
- Lighting window allows non-cube map texture for Environment Reflections, throwing invalid texture type (2D) error
- Console warning “MismatchingRepositoryProjectMessage” when creating a new Unity Version Control workspace
- [Ubuntu] VFX Graph Enum Value menu stretches across screen when entered long Enum Value
- Unclear warning message in Rendering Debugger about the Play mode Debugger Overlay
Add comment