Search Issue Tracker
Fixed in 5.10.0-preview
Votes
0
Found in [Package]
4.10.0-preview
Issue ID
1140863
Regression
No
Visual Effect Graph logs warnings everytime when Unity finishes compiling
Reproduction steps:
1. Create an empty Unity Project
2. Using the Package Manager, install Core RP Library and Visual Effect Graph
3. Wait for the Packages to download and for Unity to recompile
Expected: after recompiling Unity does not throw any warnings
Actual: after recompiling Unity throws warnings regarding Visual Effect Graph
Reproduces on: Unity Version 2018.3.12f1 and Package Version 4.10.0-preview
Does not reproduce on: Unity Version 2019.1.0b9, 2019.2.0a10 and Package Version 5.10.0-preview
Note:
- Visual Effect Graph version 5.10.0 is not available on Unity Version 2018.3.12f1
- Warnings:
Library\PackageCache\com.unity.visualeffectgraph@4.10.0-preview\Editor\Models\Operators\Implementations\ChangeSpace.cs(12,28): warning CS0649: Field 'ChangeSpace.m_targetSpace' is never assigned to, and will always have its default value
Library\PackageCache\com.unity.visualeffectgraph@4.10.0-preview\Runtime\Utilities\Playables\VisualEffectActivation\VisualEffectActivationBehaviour.cs(39,26): warning CS0649: Field 'VisualEffectActivationBehaviour.clipExitEventAttributes' is never assigned to, and will always have its default value null
Library\PackageCache\com.unity.visualeffectgraph@4.10.0-preview\Runtime\Utilities\Playables\VisualEffectActivation\VisualEffectActivationBehaviour.cs(37,26): warning CS0649: Field 'VisualEffectActivationBehaviour.clipEnterEventAttributes' is never assigned to, and will always have its default value null
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