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
- Editor crash on "PPtr<Shader>::operator Shader*() const" when checking in changes with a very long comment in Unity Version Control window
- [Ubuntu] Toolbar and menu items for Version Control lack spaces in text on Linux
- Unity Version Control window Pending Changes tab’s Item checkbox is unresponsive when clicked and the item list is empty
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
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.