Search Issue Tracker
Won't Fix
Votes
0
Found in [Package]
6.7.1
Issue ID
1168255
Regression
No
[LWRP] Unlit image is created in a Sprite Texture when LWRP default sprite shader is used
Steps to reproduce:
1. Open QA attached project "case_1168255-TheGameRoom.zip"
2. Open the scene
3. Notice there is a mirrored duplication of the sprite
See attached image in comment.
Reproducible with: 2019.2.0b7(6.7.1), 2019.3.0a8(6.7.1), 2019.3.0a9(6.9.0), 2019.3.0a9(7.0.0 universal)
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
- Can not navigate through the Scene view when using a drawing tablet
- Crash on EditorDisplayDialogProc when opening Dialog box containing buttons with unusually long labels
- Crash on AsyncWriteImageToR2dFile when baking lightmaps using custom parameter with 16x Anti Aliasing samples
- Application Cloud Connection Id is incorrect when using Build Profile with Player Setting Overrides.
- [Android] [GameActivity] UI is unresponsive when Application Entry Point is set to GameActivity
Resolution Note:
The Screen Space - Overlay Render Mode of the Canvas component isn't designed to work with Scriptable Render Pipelines. If you want your UI elements to be lit by 2D lights, you'll need to use the Screen Space - Camera or the World Space Render Mode.