How to convert texture 2D to Material?

You can’t convert it directly. You can however add a texture sample node in a material and set it as a parameter. Then you create a Dynamic Material Instance based on that material and set the texture through a parameter

2 Likes