Search Issue Tracker
Won't Fix
Votes
1
Found in
5.3.3p2
Issue ID
777537
Regression
No
BuildAssetBundles ignores modified prefab if scene/project was not saved
Steps to reproduce:
1. Open attached project "ScriptableObjectToAssetBundleTest.zip"
2. In file menu bar click "Test->BuildAssetBundle" and go to <projects location>/AssetBundle and see "test_assetbundle" created. Note its creation time
3. In file menu bar click "Test->TouchPrefab". Prefab's "PrefabSample" X value will be increased by one
4. Exit Unity (without saving!) and open the same project again
5. Note that "PrefabSample" X value is the same as you left it
6. In file menu bar click "Test->BuildAssetBundle". Go back to <projects location>/AssetBundle and take note that "test_assetbundle" has not been updated. Creation time is the same as it was originally
Expected result: After modifying asset bundles prefab and rebuilding it, it is rebuilt
Actual result: Prefab was ignored
Note: Asset bundles does get rebuilt if you save a scene or project before quitting Unity
Building asset bundle for Unity 5.4 require modified 91 line in the script "ScriptableObjectToAssetBundleTest". Replace it to: "BuildPipeline.BuildAssetBundles(assetbundle, BuildAssetBundleOptions.None, BuildTarget.StandaloneWindows64);"
Tested and reproduced on:
Windows 10
Unity 5.1.4f1, 5.2.4p1, 5.3.3p3, 5.4.0b9
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment