Search Issue Tracker
Fixed in 10.0.0-preview.27
Votes
2
Found in [Package]
8.0.1
Issue ID
1232373
Regression
Yes
[VFX Graph] Assertion failed on expression errors are thrown on connecting output mesh node to Range property node
Assertion failed on expression errors are thrown on connecting output mesh node to Range property node.
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.
6. Range > Context > Output Mesh.
Actual Result:
Assertion failed on expression errors are thrown in the console.
Expected Result:
No error in the console.
Reproducible in:
2020.2.0a5 with Package Version 8.0.1.
Working Fine in:
2020.2.0a4 with Package Version 8.0.1, 7.3.1.
2020.1.0b4 with Package Version 8.0.1.
Note: Could not test on Mac due to https://fogbugz.unity3d.com/f/cases/1232668/
Environment:
Only on Windows 10.
Stack trace:
Assertion failed on expression: 'ins.second || ins.first->second == artifactID || (ins.first->second == CircularDependencyArtifactID() && !artifactID.IsValid()) || GetPathFromAssetGuidV2(key.GetGUID()).ends_with(".cs")'
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note (fix version 10.0.0-preview.27):
Output Mesh has been removed to range property. Fixed in package version 10.0.0-preview.27