Search Issue Tracker
By Design
Votes
0
Found in
6000.0.34f1
6000.1.0b3
Issue ID
UUM-95353
Regression
No
Visual Effects Graph Blackboard can't be scrolled horizontally
How to reproduce:
1. Create a new Unity project and install Visual Effect Graph package
2. In the project window, right-click -> Create -> Visual Effects -> Visual Effect Graph -> SImple Loop
3. In the Blackboard add any property
4. Make sure to set Blackboard size so not all information is seen
5. Observe the results
Expected results: The Blackboard can be scrolled horizontally
Actual results: The Blackboard can't be scrolled horizontally
Reproducible with: 6000.0.34f1, 6000.1.0b3
Can't test with: 2022.3.56f1 (Different UI design)
Reproducible on: macOS Sequoia 15.1 (M1)
Not reproducible on: No other environment tested
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
- Texture Sampling overlap causes graphical errors on specific Graphics APIs and Devices when using Framebuffer Fetch
- [Android] AssetBundle loading performance degradation when loading from a local Assetbundle
- [iOS][Android] Reflection with Generic Class returns unexpected values
- Shader Variant Collection Asset UI is hard to read when multiple Shaders and keywords are added
- Regression for "WebGL build is missing "malloc" and "free" functions when passing "-sERROR_ON_UNDEFINED_SYMBOLS=0" to emscriptenArgs"
Resolution Note:
We prefer to avoid having both vertical and horizontal scrolling which is not super easy to manage.
In the case of the Blackboard, it's as easy to temporarily increase the width than move the scroll bar. And it's even better since you can see more content compared to scrolling.