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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
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.