- Home /
Question by
gmarousek-performa · Nov 24, 2019 at 06:55 PM ·
uibuttontexture2d
Create a simple image from Vector3 points
I'm wondering if there is a way to create a custom graphic for a UI Button from Vector3 data. For example, I want a triangle with corners at the points (-1,0,0), (0,1,0), (1,0,0). Right now I'm using polygon colliders and mesh renderers, but I'd like do do this in the UI system. Are there any good tools to make a simple image with custom coordinates?
Comment