Search Issue Tracker
By Design
Votes
0
Found in
5.5.0f3
Issue ID
870092
Regression
No
Using Mesh.SetUVs instead of Mesh.uv won't work with Mesh.GetNativeVertexBuffer
Steps to reproduce:
1. Download Repro.zip and open "test" scene
2. Disable the Blast and enable the Ribbon gameobject
3. Press play notice that top line has gradient
4. Go into Player Settings and type BUG_SETUVS in the Scripting Define Symbols field. (This switches the UV creation from Mesh.uv to Mesh.SetUVs)
5. Press play, notice top line now green.
Mesh.uv and Mesh.SetUVs switch is done in PopcornFX/Scripts/Runtime/PKFxManager.cs at line 1594.
Expected results: Mesh.uv and mesh.SetUV should produce same results.
Actual results: It seems like UVs created with Mesh.SetUV won't read back the UV component in the vertex buffer.
Reproduced with: 5.6.0b4, 5.5.0p4. 5.5.0f3
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Editor crashes and a window with "GetManagerFromContext: pointer to object of manager 'MonoManager' is NULL (table index 5)" error is shown when launching a freshly created project
- Editor Windows dragging behavior is erratic/glitchy when a specific multi-display setup is used and the Editor window is not on the main display
- Meta Quest missing an icon in Build Profiles window in U6.0
- Foldout arrow indent is misaligned in the Inspector when used for Arrays or Lists
- Material import pipeline strips properties when it is added with a script
Add comment