Search Issue Tracker
Fixed in 10.0.0
Votes
0
Found in [Package]
9.0.0 - preview.14
Issue ID
1241826
Regression
No
[ShaderGraph] Shader Graph scripts use a dangling namespace 'Data.Util'
How to reproduce:
1. Create a new Unity project
2. Download and import the Shader Graph package
3. Search for and inspect one of the scripts containing the Data.Util namespace(e.g. 'ActiveFields.cs')
Expected result: the scripts are not using a dangling namespace (instead using something like 'UnityEngine.Data.Util')
Actual result: the scripts are using a dangling namespace 'Data.Util'
Reproducible with: 2019.3.13f1, 2020.1.0b8, 2020.2.0a11
Could not test with: 2017.4.40f1(package unavailable), 2018.4.22f1(Data.Util namespace does not exist at all)
Reproducible with package versions: 7.3.1, 9.0.0 - preview.14
Could not test with: 6.9.2(Data.Util namespace does not exist)
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
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Resolution Note (fix version 10.0.0):
This can be fixed in the next major version bump of the package. Unfortunately due to semantic versioning, we cannot edit the namespace for minor or patch versions and therefore the problem will need to be worked around on the user end for the 7.x package versions.