Graph3D

Asset Graph3D is designed to create volumetric graphs in the 3D space of the UI.

Data source:
1. Formula like func = f (arg1, arg2)
2. Array of arbitrary data from CSV table

Сapabilities:
- Function graph in the form of a curve
- Function graph in the form of an array of parallel curves
- Function graph in the form of a mesh (surface)
- Point markers on the graph with inscriptions and auxiliary lines
- Display of charts in the form of: lines, grid, points, points with support

Features:
- Easy start charting
- The choice of the direction of the function on any axis
- Full source code included
- The scripts contains detailed comments in the code in english and russian
- Ability to change the appearance of your choice through prefabs in the editor
- Manual in english and russian is included

Limitation:
- Doesn't work in Canvas Render mode Screen Space - Overlay
- Creating closed surfaces (for example, shapes like a sphere, a torus). It is still possible to create these figures if you divide the function into two equations, but the figure will have a noticeable cut seam.

Future plans:
- Polygon surface with color gradient in height
- Closed surfaces of shapes (for example, sphere, torus)
- Sectional surfaces
- Isoline on the surface
- Insert auxiliary section planes
- Advanced grid of coordinate axes