Unity Custom Mesh Polyhedra in Unity Chapter 3
CHAPTER 3 OF 3

Part 3: Previewing in Edit mode (ExecuteAlways + OnValidate)

We extend our custom mesh code to enable us to see the results in Unity when in edit mode by using the ExecuteAlways attribute, and the OnValidate function.