Sprite Sheet on Plane

Hello! I have a flat 3D plane, and a spritesheet. How can I use this? Thanks in advance.

Well, what are you trying to accomplish?

Search for UV animation on the wiki or here on the forum you might be able to find a direct link to it. Essentially you use a custom script to alter which frame is displayed at what time by changing the plane’s UV values to only show one sprite at a time.

You’ll also want a single quad as your plane (export a plane in any 3d modeller), not Unity’s default plane, if you haven’t got one already - Unity’s plane is actually made of around 200 triangles rather than two.