Search Issue Tracker
Fixed in 2020.1.X
Votes
0
Found in
2020.1
2020.1.0b4
2020.2
Issue ID
1232668
Regression
Yes
[Mac] [VFX] Editor freezes on opening subgraph of 'Context ' properties of Range node
Simple repro steps:
1. In the Project Window, create a new subgraph operator
2. Open the subgraph operator and drag a noodle from the range property
3. Observe how outputs are allowed
Expected outcome: outputs are hidden as they serve no purpose in subgraph operators.
Notes:
- This is a simple matter of disallowing outputs to be added when a noodle is dragged (they are already disallowed in the regular node menu)
- As noticed by Akash with the repro steps below, on OSX if range is connected to a subgraph, converted to yet another output, and then the user attempts to enter the subgraph the editor freezes. This will be resolved, however, if outputs are simply not accessible in operator subgraphs.
Steps to repro:
1. Create anew HDRP template project.
2. Project Window > Right Click > Create > Visual Effects > Visual Effect Subgraph Operator.
3. Open VFX Subgraph operator > Drag range property.
4. Range > Context > Output Mesh > Right Click > Convert to Subgraph > Save.
5. Right click > Enter Subgraph.
Expected Result:
Subgraph opens up
Actual Result:
Editor freezes
Reproducible in:
2020.2.0a5 with Package Version 8.0.1
2020.1.0b4 with Package Version 8.0.1
Not Reproducible in:
2020.2.0a5 with Package Version 7.1.8
2020.1.0b4 with Package Version 7.1.8
Environment:
Occurs only on Mac
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
Add comment