Hello, I am new to using Unity and I need some help. I have a package that is in 3D, but I need a 2D transparent PNG image. I need the image in the area marked in red. Is there a way to obtain this image in bulk?
RenderTextures can be used to “photograph” things in Unity, and from there you can do what you need with the 2D picture.