UV Coordinates for 3d objects

Hello!
I have read that the uv generation only works for 2D objects. Will there be support for 3D objects as well one day?

Thanks in advance!

@Hue404

We are gathering the related details and information and will be sharing with you soon.

@Hue404
Our UV generation algorithm functions for 3D objects; however, it is a simplistic implementation that internally projects the faces onto a 2D plane. It currently functions but with limitations.
You can create your own implementation and independently apply the outcome to the Mesh, given that you have access to all internal mesh data through the public interface.