Procedural Planes is a simple tool for generating plane meshes for your exact needs in Unity.
Features
- Gizmos in Scene for WYSWIG creation
- Inspector window component view
- Alternate popup wizard for generation
The default Unity Plane tool creates a 10x10 triangle grid. This Procedural Planes tool gives you complete control and comes with full source code. You can create custom grids with the number of triangles/vertices you requirere and the right dimensions for your application. If you're looking for something less rectangular, you can also make N-sided polygonal planes. It also allows you to create 1-or-2 sided planes. You can also control how texture coordinates are mapped to your custom plane.
If there's a plane you want to create that it doesn't support, then let me know and I'll see what I can do.