Search Issue Tracker
By Design
Votes
0
Found in
6000.0.48f1
6000.1.0f1
6000.2.0a9
6000.3.0a1
Issue ID
UUM-104401
Regression
No
Blackboard in Visual Effect Graph Resizes After Exiting Full-Screen Mode
Steps to reproduce:
- Create a new HDRP Project
- Ensure the Unity Editor is in full-screen mode
- Go to Window > Visual Effects > Visual Effect Graph
- Exit full-screen mode
- Observe the blackboard in the Visual Effect Graph
\\
Actual results: The blackboard is resized after exiting full-screen mode
Expected results: The blackboard should retain its size after exiting full-screen mode
\\
Reproducible with versions: 6000.0.48f1, 6000.1.0f1, 6000.2.0a9
\\
Tested on (OS): Ubuntu 24
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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
Resolution Note:
Thanks for reporting this issue, but actually this behavior is by design.
We can see in the video that when unmaximizing the window, the Unity window is very small vertically, leading to resizing the blackboard to fit the visible area. Then when maximizing back the window, the blackboard keeps its previous size because it only fit automatically to smaller area not to larger area.