Search Issue Tracker
Fixed in 2020.2.X
Votes
1
Found in
2019.2.0a11
2019.2.0b7
2019.3.0a1
Issue ID
1167829
Regression
No
[LWRP] _NormalMap Secondary Texture is streched to AtlasSize when Atlas Texture size is larger than Normal Map texture size
How to reproduce:
1. Open the attached project("Normal_Stretch")
2. Go to Scenes > SampleScene
3. Enter Play Mode
Expected result: The sprite's Normal Map is sized according to Sprite's size
Actual result: The sprite's Normal Map is larger than Sprite
Reproducible with: 2019.2.0b9(LWRP 6.7.1), 2019.3.0a9(LWRP 6.9.0)
Notes:
- Required 2D Renderer feature was introduced in 6.6.0 LWRP version, however, the publicly available version with this feature is 6.7.1.
- Couldn't test on 2019.2.0a1 - 2019.2.0a10 as while using 6.7.1 LWRP version "The type or namespace name 'TypeCache' does not exist in the namespace 'UnityEditor'" error was thrown
- 6.7.1 version became supported in 2019.2 versions
Comments (1)
-
cmihran
Nov 30, 2019 02:10
I am experiencing this issue as well.
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
- Keywords on Material Variants aren't automatically saved when changed on original Material through Shader Graph
- Light Probes get baked when calling LightProbes.Tetrahedralize
- Shadows flicker and cause visual artifacts when modifying a GameObject's bounds using Swizzle (Y Mask) and Sine Time nodes
- [WebGL] Frame rate drops by 5-20 fps when moving cursor or touch input in the Player
- Light bleeds when using box shaped spotlight with specific Emission Range values
Resolution Note (fix version 2020.2):
A fix for this issue will be available on Unity 2020.2.0a5 and above