Currently user's in unity can change mesh vertices only in edit mode that too with the help of some packages. This project is designed to help users change vertex positions in play mode through Game Window. User's can change vertex positions on x,y and z axis just like they move gameeobjects in editor. The idea behind changing mesh vertices in play mode is to make it easier to be integrated into any project that wants to allow users to interact with 3D objects.
Mesh.Editor.with.Unity.mp4
- Generate mesh from predefined shapes.
- Change mesh vertices through game mode with mouse/touch input.
- Change Mesh Width, Height and volume from UI.
- Change vertex positions of any custom mesh.
- Quad
- Box
- Pyramid
- Terrain Generation
- Ability to save shapes locally
- Buildings Generation