Search Issue Tracker
Won't Fix
Votes
1
Found in [Package]
8.3.1
Issue ID
1297444
Regression
Yes
[VFX] Compilation fails with ENABLE_LEGACY_INPUT_MANAGER not defined
Compilation error on m_CachedSmoothValue with VFX 8.3.1
Repro step :
- Create a new empty 3D project
- Add com.unity.visualeffectgraph package 8.3.1
- Add com.unity.inputsystem package : 1.0.0 or greater
Observe compilation error: 'm_CachedSmoothValue does not exist in the current context'
Two ways to get rid off this problem :
- Switch the Active Input Handling (in Player settings, Edit > Project Settings > Player) to "Both" or "Old".
- Remove the input system package.
Comments (1)
-
p3tr0m
Feb 06, 2021 10:42
The issue is also present in Unity 2020.2.3f1 and the VFX Graph 10.2.2
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
- Paste Settings functionality does not save the pasted settings in volume profile when reloading the project
- Getting a deprecated package for JetBrains Rider pop up when opening or creating a project
- [Android] Volume level of the same audio file is different on Samsung Galaxy Tab A8 between 2023.3.0b3 and 2023.3.0b4
- ‘Expected end of value’ warning occurs when a property declaration includes five or more variable references
- Crash on BurstCompilerService::CompileAsync when entering Play mode in a specific scene
Resolution Note:
Update: The 8.x package cycle is tied to the Unity 2020.1 TECH Stream which is no longer supported and as such no 8.3.2 package will be created.
Please update to the latest Unity 2020.2 / 10.x SRP/VFX package for a resolution.
For those who are not ready to upgrade, the fix for this issue is quite small and can be implemented locally from this PR:
https://github.com/Unity-Technologies/Graphics/pull/2857
---
This error was due to an unexpected backport in 8.3.1. The problem occurs if ENABLE_LEGACY_INPUT_MANAGER is equal to 0.
Duplicate issue of https://issuetracker.unity3d.com/product/unity/issues/guid/1296994/