I know I can use a png for a UI element, but is it possible to use Voxel art(vox file) lets say on a button and have it scale with it, I’m assuming 9 patch is out of the question?
voxels can be described as Three-Dimensional-Pixels. UI is visualized in 2D (or as Billboards in 3D-Space).
Not sure what you want to achieve. what you can do is render sour voxel stuff into a render target and display that with the “Raw Image” compoenent.