- Home /
Cutting a Sprite
I have a sprite with polygon collider2D, i want to cut it (in-game) into child sprite with a line Renderer(mouse drag), how can i implement it ? I tried sprite create but it wasn't of much help, basically i need to cut random/arbitrary shape.
Sorry for my bad english.
Comment
Your answer
Follow this Question
Related Questions
Unity Raycast2D ignored instantiated Prefab object 0 Answers
Click/Touch on Different part of sprite detected ? 0 Answers
Get individual tile under a Tilemap Collider 0 Answers
How to use a Raycast to see the distance traveled within a collider. 2 Answers
Move player to specific location and avoid obstacle. 2 Answers