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
- Channel remapping dropdown in the Terrain Layer does not open when clicked on the title
- The Editor freezes indefinitely when a large number of elements are entered in the Subgraphs or Categories lists
- Some Visual Effects package Assets links to documentation are not working
- Heatmap asset’s documentation button in the Inspector window leads to “Sorry... that page seems to be missing!” page when clicked
- Crash on MonoBehaviour::CallMethodIfAvailable when performing various actions
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.