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
- Opening Terrain Prefab in Prefab Editing Mode throws "NullReferenceException" error
- [Search] Dragging query pills put them behind the search text field
- A CustomPropertyDrawer that returns a PropertyField for a property named the same as a child field will not render all child fields
- Graphics Settings shows default values instead of the real values in the Rendering Debugger when Volume.profile is assigned via script
- Deleting multiple Tags throws “NullReferenceException”, and "Retrieving array element that was out of bounds" errors when holding the Enter key
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.