Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
5.6.3p4
Issue ID
958105
Regression
No
Asset Bundle including Sprite texture for Material even though the Sprite is explicitly in another bundle
Reproduction steps:
1. Open the attached project "AssetBundle_LoadAssetBug.zip";
2. Open the testScene.unity;
3. Enter a play mode;
4. Select the fourth button - "Sprite Texture, Do Not Load Texture Bundle".
Expected results: The texture applied on the cubes will not be rendered.
Actual results: The material renders the texture as if the texture's AssetBundle was loaded.
Reproduced on: 5.6.0a1, 5.6.3p4, 2017.1.2p1, 2017.2.0f3, 2017.3.0b4, 2018.1.0a1.
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
- TileMap selection resets to the default when the Scene is saved
- 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
madabobo
Feb 27, 2020 06:09
2018.4.14 still not fixed
unity_-xVksTSNs-py8g
Nov 28, 2019 11:46
This bug is not fixed in Unity 2018.2.6, Unity 2018.3.7 or Unity 2019.2.2 (only versions I've tried.). Have submitted another bug with an example project showing it. If you mark texture as 'default' all is fine, as soon as you mark it as a 'sprite 2d' it will get included with the material again.