Search Issue Tracker
Fixed in 2018.1.X
Votes
6
Found in
5.6.2f1
Issue ID
958249
Regression
No
[AssetBundle] AssetBundle Hashes: AssetFileHash: Hash is not changed after AssetBundle binary changes
Script referred to Prefab in AssetBundle is renamed. AssetBundle binary changes but AssetBundle hash is unchanged.
Reproduction steps:
1) Open the attached project (RenameReferencedScript_DoesNotAffect_AssetBundleHash.zip).
2) Click Build>BuildAssetBundles on the top menu bar
3) Observe the file Build\AssetBundleBuild\testassetbundle.manifest and Build\AssetBundleBuild\testassetbundle
4) Rename the file MyBehaviour to MyBehaviourRenamed
5) Open MyBehaviourRenamed.cs and rename the class MyBehaviour to MyBehaviourRenamed
6) Click Build>BuildAssetBundles on the top menu bar again
7) Observe the file Build\AssetBundleBuild\testassetbundle.manifest and Build\AssetBundleBuild\testassetbundle
Actual behavior:
- Hashes: AssetFileHash: Hash: does not change in Build\AssetBundleBuild\testassetbundle.manifest
- Build\AssetBundleBuild\testassetbundle.manifest changes
Expected behavior:
- Hashes: AssetFileHash: Hash: changes in Build\AssetBundleBuild\testassetbundle.manifest
- Build\AssetBundleBuild\testassetbundle.manifest changes
Reproduced with: 2017.3.0b3, 5.6.3p4.
Comments (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
- Shader Graph Node information is briefly displayed in Graph Inspector when clicking on Category in the Blackboard
- Module installation fails with "Download failed: Validation Failed" errors when using beta.2 Hub version
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Shader Graph Category dropdown cannot be expanded/collapsed when clicking on the text
- Different text alignment in the column header in Entities "System" window
ForceMagic
Aug 23, 2018 16:54
And I'm still having the same issue.
ForceMagic
Aug 23, 2018 16:54
I don't see any Release notes from 2018.1 (from 2018.1.0 to 2018.1.9) that reference that Fix ID.