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
- Test Runner’s vertical scrollbar overlaps with the up and down arrows and upper toolbar tabs when the window is minimized
- The Input Field view is not updated when deleting lines of text
- The scrollbar does not respect empty lines in the Input Field
- “Texture Atlas Viewer“ button text overlaps another button when the UI Toolkit Debugger is narrowed
- Thresholds are no longer automatically calculated after deleting Motion fields in Blendtrees
Add comment