I want to skew a sprite like on this image. How to do it on cocos creator?
1 Like
Sorry, support for skew has been discontinued starting from version 2.2. Consider using a 3D SpriteRenderer or simulate it by scaling the parent node instead.
@mr.kylin how can i skew an image from rectange to a triangle. Thank you in advance
Cocos3.8.6 has been released, you can find the new component called UISkew. please use it for a try.