Search Issue Tracker
Fixed in 2018.1.X
Votes
0
Found in
2018.1.0a1
2018.1.0a7
Issue ID
976329
Regression
Yes
[2D] No warning to user when a sprite in both master and variant atlases is being drawn
After clarification with Kuan, the issue now is that:
When a master and variant atlas are both "Include in Build" enabled, and there is a sprite that is included in both, it is non-deterministic as to which atlas will be used.
There should be a warning to inform the user of this, otherwise they might encounter a case where the master sprite is drawn in one scene, and the variant sprite is drawn in another.
---
1. What happened
Sprite resolution doesn't get affected when Variant scale is adjusted in SpriteAtlas
Steps to Reproduce:
1. Create a New Project and Import a Sprite.
2. Create a MasterAtlas and two Variant Atlas, using the same Master
3. Add the Sprite to the MasterAtlas
4. Set first VariantAtlas scale to 0.5, second VariantAtlas scale to .125
5. Drag the Sprite into the Scene
6. Press Play to Run the Scene.
OR
1. Open the Attached Project.
2. Drag and drop the Sprite in Scene
3. Press Play to Run the Scene
Expected Result:
Sprite should appear extremely blurry.
Actual Result:
Sprite is appearing clear.
Environment:
- Appears on both platforms (Mac and Windows).
Frequency:
- Appears Always.
Reproduces on: 2018.1.0a7, 2018.1.0a5, 2018.1.0a2, 2018.1.0a1
Working fine on: 2017.3.0f2, 2017.3.0f1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Redoing creation of Sub Scenes and Cube GameObjects in Hierarchy throws “Assertion failed on expression: 'targetScene != nullptr’” error in Console window
- Selecting “New Sub Scene” after assigning “New Scene” in Sub Scene Script Component throws “Destroying GameObjects immediately is not permitted” in the Console window
- Shader Graph "Zoom Step Size" can be set to 0 even though the zoom still works
- Enabling/Disabling the Deprecated Nodes doesn't apply to the opened Shader Graph unless any Variable is added to the Blackboard
- Group Selection title text size is smaller in renaming than the actual font size
Add comment