Planar uv mapping on a unity cube

Hi all,

Has anyone seen a script that would enable me to do a “simple” UV mapping on a Cube? I need planar uv mapping, not cube mapping.
That should be fairly simple no?

Thanks

Stephane

There’s the Unwrapping class, but it’s Editor only and not very flexible.

The better way is just to write your own.

Edit: Oops, you were just asking for a script. I don’t know offhand of one floating around, sorry.