Search Issue Tracker
Fixed
Votes
1
Found in [Package]
Issue ID
GTFB-1372
Regression
No
Blocknodes available to ContextNode are not properly displayed when UseWithContext is set to a parent ContextNode
Steps to reproduce:
1. Open "Assets/MyGraph/IssueGraph"
2. Create ChildContext Node "Create Node -> ChildContext"
3. Press "Add a Block" and observe the available options
Reproduction steps:
1. Open the attached “IN-112334_Repro.zip“ project
2. Open the “Assets/IssueGraph.graph“ Graph
3. Create “ChildContext” Node (Create Node -> ChildContext)
4. Press "Add a Block" inside the “ChildContext” Node
5. Observe the available options
Expected result: “BlockOne“ and “BlockTwo“ Nodes are available for selection
Actual Result: None or only one of the Block Nodes is available
Reproducible with: 0.1.0-exp.1, 0.3.0-exp.1 (6000.2.3f1, 6000.3.0b1)
Reproducible on: M1 Max MacOS 15.5 (Tested by CQA), Windows 10 (Reported by the user)
Not reproducible on: No other environment tested
Notes:
- In version 0.3.0-exp.1, neither BlockOne nor BlockTwo nodes are present.
- In version 0.2.0-exp.1 and earlier, only the BlockTwo node is available; BlockOne is not present.
Comments (1)
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 hangs when painting Details containing 2D Mesh on Terrain
- No audio is played when TimelinePlayable has one output
- Scene and Sprite Editor views break when an edge is deleted in an attempt to split geometry
- Specular lighting visible in a camera with Path Tracing when Preserve specular lighting is disabled in observed material
- Cinemachine package throws CS1061 errors in the Console when installed in a project that has HDRP and URP installed
inayat441
Sep 05, 2025 21:23
Yeah, this is a known quirk with the Graph Toolkit. When you set a BlockNode to use a parent ContextNode with UseWithContext, the “Add Block” menu often won’t show it under the child contexts. A workaround is to tag the block with the exact ContextNode type you’re actually using instead of just the base. If you’ve got multiple child contexts, sometimes people create small wrapper blocks or helpers to make them appear. Unity’s filtering with UseWithContext isn’t perfect right now, so it’s more of a limitation than something you’re doing wrong.