Search Issue Tracker
Feature Request
Votes
0
Found in [Package]
1.7.5
Issue ID
UVSB-1932
Regression
No
[Bolt][Visual Scripting] Event Graphs don't show up in the Context Menu
Reproducible on:
- VS version: 1.7.5
- Unity version: 2021.2.0f1
- PLatform: Windows 10 and macOS Big Sur
How to reproduce:
1. Open the user's attached project "New Unity Project (1).zip" https://editorbugs.unity3d.com/api/v1.0/attachments/54cf6699-0e60-4767-8815-ce4ad0924db9/New%20Unity%20Project%20(1).zip
2. Open a Script Graph window by double-clicking on "New Script Graph.asset" in the Project view
3. Right-click on graph view to open the fuzzy finder
4. Go to "22" > "33"
5. On the fuzzy finder search for BottleneckUnit
Actual result:
- Folder "33" is empty
- Observe that the path on the node says 22/33/44
!Capture.PNG|thumbnail!
Expected result:
- Folder "33" contains folder "44" and "BottleneckUnit"
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
Custom Event Nodes can be placed in custom categories inside the root "Events" Category. They will not be visible in categories outside of it.