Search Issue Tracker
Fixed in 2019.2.X
Votes
0
Found in
2017.3
Issue ID
1118278
Regression
No
Vertex compression is completely disabled on platforms with CompressedGPUSkinningDisabled
Steps:
1. download project in comment (20190307_skinnedmeshvertcompression.zip)
2. open project and build player on iOS device
3. run the player on iOS device
4. On XCode, click on camera icon to capture GPU frame
5. Wait for frame debugging to load
6. Navigate to Camera.Render > Drawing > Render.OpaqueGeometry > RenderForwardOpaque.Render > RenderForward.RenderLoopJob > 24 [drawIndexedPrimitives:Triangle indexCount...] > double click on Geometry
7. Observe the skinned mesh's TEXCOORD0 input format
Expected: input format for TEXCOORD0 is half2
Actual: input format for TEXCOORD0 is float2
Reproducible in: 2019.2.0a10
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
- The "Add Component" context menu root level has a parent when is reopened after selecting a Component
- [Android] Crash on memcpy when building for Android Platform
- Cannot create DropdownField with nested choices when using UIToolkit
- Lightmaps are baked incorrectly for GameObjects when their Position is <=-2048 or >=2048 on any of the coordinates
- Sahder errors in Player when "Strict shader variant matching" is enabled and the rendering path is set to "Deferred"
Resolution Note (fix version 2019.2):
Fixed in 2019.2