all-iver / shapes2d

Shapes2D for Unity3D - Make simple art assets quickly in Unity
http://sub-c.org/Shapes2D/documentation/
MIT License
151 stars 27 forks source link

Not working on some Android devices #29

Open corpana opened 1 month ago

corpana commented 1 month ago

I'm using the shape2d polygon to draw a gradient pentagon on a canvas.

I tested on Galaxy A13 and it is working on this device and other iOS devices well, but nothing appeared on S24+U, S22+.

I've tested with Unity 2021.3.17f1. Thanks!

all-iver commented 1 month ago

Hi, thanks for the bug report. Unfortunately I don't have have any Android devices or really the time to support Shapes2D anymore, so I'm sorry I can't offer much help. If you can convert to sprite instead of using the shaders at runtime that is really the best option. Otherwise, if there's anything obvious in the device logs that may help to diagnose the problem.