Search Issue Tracker
Duplicate
Votes
1
Found in [Package]
8.3.1
Issue ID
1296994
Regression
Yes
Multiple errors in the Console log when having Visual Effect Graph 8.3.1 and Active Input Handling is set to New Input System
How to reproduce:
1. Open a new HDRP project
2. Install the "Input System" package in the Package Manager (Window -> Package Manager)
3. Press "Yes" on the Warning window
4. Observe the Console log after the Editor restarts
Expected result: No errors in the Console log
Actual result: "error CS0103: The name 'm_CachedSmoothValue' does not exist in the current context" error message is thrown in the Console log
Reproducible with: 2020.1.16f1, 2020.1.17f1, 2020.2.0b6 (8.3.1)
Not reproducible with: 2019.4.16f1 (7.5.2), 2020.1.15f1 (8.3.1), 2020.2.0b6 (9.0.0-preview.13), 2020.2.0f1 and 2021.1.0a9 (10.2.1)
Note:
- Adding "ENABLE_LEGACY_INPUT_MANAGER" to Scripting Define Symbols or setting Active Input Handling to "Both" solves this issue
- HDRP was used as an example, it's also reproducible with URP
-
Resolution Note:
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
- Prefab override popup is cropped/positioned incorrectly when more than one display is used and a higher display Scale is set
- Opening a dropdown on a small screen results in its instant closing when mouse cursor is pressed where the dropdown is going to be opened
- Only "ArgumentNullException: Value cannot be null" is displayed instead of all the actual errors when opening a project with numerous compilation errors
- MultiColumnListView and MultiColumnTreeView do not change selection on first input when focus is set by code
- SerializedProperty.DataEquals is returning false when SerializedProperty.EqualContents return true
This is a duplicate of issue #1297444