/MeshLineSamples

Unity Mesh class samples

Primary LanguageC#

Mesh Line Samples

This repository contains samples for a Unity tutorial video showing how to draw lines using the Mesh class.

YouTube Link: https://www.youtube.com/watch?v=fv5OqLD3lEY

Triangle

Triangle

The simplest example of mesh construction with scripting.

Wave

Wave

A simple example showing how to animate vertices with scripting.