UNITY LINK

Export an Image

Images can be exported directly into Unity.

To a Texture...

Export an image as a 2D texture:

To a Texture Asset...

Export an image as a 2D texture and save it in the Assets folder:

Find the texture asset:

To a Material...

Create a texture asset to be used by the material:

Create a material with the specified texture:

Create a quad primitive and apply the material: