It is necessary to build a graph, as well, so that the user can edit it. Enter new data.
On the Internet, I found an interesting paid option from the Asset Store - Smart Chart (I need something like this). But I doubt that the user can edit it.
It is necessary to build a graph, as well, so that the user can edit it. Enter new data.
On the Internet, I found an interesting paid option from the Asset Store - Smart Chart (I need something like this). But I doubt that the user can edit it.
The user will be able to enter their points. To do this, you need to make the input fields and the button on which the function will be called from the script.
In the script itself, you will need a public variable with the type of the table class.
They have this most likely ChartDataPusher. But I could be wrong. In this class there will be methods by which you can add your points.
https://www.youtube.com/watch?v=LlxuHo5O4UU
Actually we are looking for a video on YT (example: "unity3d graph") From the video it is clear that the graph is built using the particle system, respectively, through the script, set the variables X and Y of the particle system parameters and get visualization without using third-party plug-ins
Source: https://ru.stackoverflow.com/questions/839132/
All Articles