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
Comments (13)
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
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
- White lighting artifact when a point light with a small emission range and "Hard Shadows" touches an object while a directional light with "Soft Shadows" and another point light are present
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!