Search Issue Tracker
By Design
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2018.4.2f1
2019.1.0a1
2019.2.0a1
2019.3.0a1
Issue ID
1164412
Regression
No
Sprite.OverrideGeometry Incorrectly overrides vertices
Steps to reproduce:
1. Download attached project
2. Open OverrideGeometryTest scene
3. Enter play mode
4. click on Perform OverrideGeometry
Expected results: All all cases just one vertex is modified
Actual results:
Sprite A
On Start - Works as expected
On OverrideGeometry - Works as expected
Sprite B
On Start - Works as expected
On OverrideGeometry – Vert[0] moved down as expected, but all vertices seem to be shifting left with every click
Sprite C
On Start – Verts all shift down a uniform amount, cutting off part of the sprite immediately.
OnOverrideGeometry – works as expected
Sprite D
On Start – All verts shift left a tiny amount
On OverrideGeometry – Vert[0] moved down as expected, all verts shift left with every click
Reproduced with: 2019.3.0a7, 2019.2.0b7, 2019.1.8f1, 2018.4.8f1
Note:
- In build, vertices are correctly overridden (tested in Windows Standalone, iOS)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mono Windows Builds don't produce full log callstacks when generating logs
- AssetBundles fail to load when running in Built Players for Mobile Devices
- UI elements with text gets bigger and grey when Player window is moved to another screen with different resolution
- System name accepts multiline text but crops it on confirmation, duplicates input, and shrinks the field when empty
- UI element scale and position are wrong in project build when DRS is changed with HDR and Software Dynamic Resolution enabled
Add comment