Search Issue Tracker
Fixed
Fixed in 2022.3.5f1, 2023.1.3f1, 2023.2.0a15
Votes
18
Found in
2022.2.18f1
2023.1.0b15
2023.2.0a14
Issue ID
UUM-34453
Regression
Yes
OutputUpdate': Extra space between '\' and newline warning is thrown when creating a new VFX
How to reproduce:
1. Create a new VFX (I noticed it happening in URP, HDRP hadn't thrown a warning from what I tested)
2. Observe console
Actual result: Shader warning in '[New VFX 1] [System] OutputUpdate': Extra space between '\' and newline. at kernel CSMain at VFXCommon.hlsl(217) is thrown to the console
Reproduced on -
Editor - 2023.2.0a14.1881.2654
Revision: trunk d3378b7ee2b0
Built: Wed, 26 Apr 2023 19:48:09 GMT
Package changeset - d3378b7ee2b0
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
- Inspector's custom tooltip is displayed incorrectly when the name is truncated in UI toolkit
- Crash on ScriptableRenderLoopDraw when rendering a specific VFX in Play Mode
- The script is not renamed in the Project window when renaming and a compilation Error is present
- Average FPS in Play Mode degradation on a newly created BiRP project when it's upgraded from 2020.3.48f1 to a newer Editor version
- DecoratorDrawer indentation is incorrect when it is called with EditorGUI
SirDrMcHurtz
Jun 09, 2023 11:32
Would be great to get this into LTS, getting this with all of my visual effect graphs in URP as far as I can tell. Is annoying to get this constantly as a warning!
EpsilonsQc
Jun 06, 2023 01:42
I have this exact same issue within Unity 2022.2.21f1 using Shader Graph v14.0.7.
I managed to get rid of the warnings locally, as a temporary solution, by removing the comments at line 203, 204 and 205 in VFXCommon.hlsl
Snigros
Jun 06, 2023 00:05
A fix for the just released LTS 2022.3.0f1 would be appreciated!