- Home /
Image custom fillOrigin
Is there any way to have a custom fillOrigin for a given Image fillMethod?
I am working with a squared Image, which I want to fill using Radial360 fillMethod, but I see that the only fillOrigin options available are Bottom, Right, Top and Left. However, I'd like to start the filling on the bottomLeft corner, so is there any way to specify the fill origin in degrees (it'd be something like -45º in my case), or anything similar?
Answer by roointan · Mar 03, 2020 at 10:09 PM
Easy solution, just rotate your image (like 45 degrees) and save it, then in Unity rotate the gameobject -45. you will have your image in 0 degrees rotation, but right will be bottom right.
Your answer
Follow this Question
Related Questions
Image Fill Bug 0 Answers
UI Masking (Type visiblity of the content outside and inside of mask ) 0 Answers
Show only specific part of UI.Image 0 Answers
How to move UI Image under the other UI elements? 3 Answers
converting Textures to Images ? 1 Answer