Search Issue Tracker
By Design
Votes
0
Found in
2021.2
2021.2.0a11
2021.2.0a13
Issue ID
1329831
Regression
Yes
A docked Editor window can't be resized when "autoRepaintOnSceneChange" is set to false in EditorApplication.update
Steps to reproduce:
1. Download and open the user's project "2021_2_DockedWindowCantBeResized.zip"
2. Click on Window > Test Window
3. Try resizing the "TestWindow" when undocked
4. Dock the "TestWindow" to the Editor
5. Try resizing the docked "TestWindow"
Expected result: Able to resize docked "Test Window"
Actual result: Not able to resize docked "Test Window"
Reproducible with: 2021.2.0a11, 2021.2.0a15
Not reproducible with: 2018.4.34f1, 2019.4.25f1, 2020.3.6f1, 2021.1.5f1, 2021.2.0a10
Note:
Reproducible on Windows and macOS
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
Resolution Note (2021.2.X):
Docked window can now be fully resized to prevent any resizing constraints for adjacent windows.