Hey so im new to Unity and I’ve added a 3D plane mesh into my scene. I then dragged the image I wanted onto the plane but in doing so, my plane is no longer affected by lighting. Before dragging the image (which changes the material on the mesh renderer to the auto-created image material), you could see the point light working, but not after. The original material was the Default-Material which worked with the point light. So I want lighting on my image, but I can’t change it back to the Default-Material because I won’t have my image then.
Create a new material, assign the image to it, assign the material to your plane, post a screenshot of the material settings if things still don’t work.