Commit 8c11291
[VFX] Fixed wrong node type in CurlNoise variant
Jira: [UUM-72985](https://jira.unity3d.com/browse/UUM-72985)
1. Create project using High Definition 3D Template
2. Create VFX Asset and open it
3. In New VFX window press space or right-click to open VFX Node Search Window
4. In the Search field type “Curl”
5. From the panel double click on “Value Curl Noise 2D”
6. Observe the Console window
Actual results: Error “ArgumentException: Object of type 'UnityEditor.VFX.Operator.CurlNoise+DimensionCount' cannot be converted to type 'UnityEditor.VFX.Operator.Noise+DimensionCount’.”
Expected results: No errors are thrown in the Console, Node is added to the VFX Workspace
Reproducible with versions: 17.0.3 (6000.0.1f1, 6000.0.4f1)
Not reproducible with versions: 17.0.3 (6000.0.0f1)
Tested on (OS): MacBook Pro, 2021. Sonoma 14.4.1 (M1)1 parent 96588ba commit 8c11291
File tree
2 files changed
+11
-4
lines changed- Packages/com.unity.visualeffectgraph/Editor/Models/Operators/Implementations
- Tests/SRPTests/Projects/VisualEffectGraph_HDRP/Assets/AllTests/Editor/Tests
2 files changed
+11
-4
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 10 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
398 | | - | |
| 398 | + | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
399 | 403 | | |
400 | 404 | | |
401 | 405 | | |
| |||
434 | 438 | | |
435 | 439 | | |
436 | 440 | | |
| 441 | + | |
437 | 442 | | |
438 | 443 | | |
439 | 444 | | |
| |||
1009 | 1014 | | |
1010 | 1015 | | |
1011 | 1016 | | |
1012 | | - | |
1013 | | - | |
| 1017 | + | |
| 1018 | + | |
1014 | 1019 | | |
1015 | 1020 | | |
1016 | 1021 | | |
1017 | 1022 | | |
1018 | 1023 | | |
1019 | 1024 | | |
| 1025 | + | |
| 1026 | + | |
1020 | 1027 | | |
1021 | 1028 | | |
1022 | 1029 | | |
| |||
0 commit comments