Search Issue Tracker
Won't Fix
Won't Fix in 2023.1.X
Votes
0
Found in
2020.3.47f1
2021.3.22f1
2022.2.13f1
2023.1.0b11
Issue ID
UUM-32831
Regression
No
VFX namespace error in the Console when downgrading the Editor to previous Unity streams or to older versions of the same stream
How to reproduce:
1. Open and close the attached project “DowngradeBugFinal.zip“
2. Open the project again, but in the previous Unity stream or downgrade the an older version of the same stream
Expected result: No error in the Console
Actual result: Error in the Console
Reproducible with: 2020.3.47f1, 2021.3.22f1, 2022.2.13f1, 2023.1.0b11, 2023.2.0a9
Reproduced on: macOS 13.2.1 (Intel)
Note: Sometimes you need to downgrade more than one version when downgrading to an older version of the same stream to reproduce the issue
Full error: Assets/SDFSMRBaker.cs(4,23): error CS0234: The type or namespace name 'SDF' does not exist in the namespace 'UnityEngine.VFX' (are you missing an assembly reference?)
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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
Resolution Note:
Downgrading is not supported in general, so errors are expected.
In this specific case, removing the Visual Effect Graph package and adding it again through the Package Manager fixes the errors.
Resolution Note (2023.1.X):
Downgrading is not supported in general, so errors are expected.
In this specific case, removing the Visual Effect Graph package and adding it again through the Package Manager fixes the errors.