|
1 | | -## Plot a function graph in Unity3D |
| 1 | +<h1 align="center"> |
| 2 | + <br> |
| 3 | + <img src="https://sun9-79.userapi.com/impg/noM0EKqMZl4mGwDDo1DonS4dz6VG2e4GzdyiAA/i6oikJmQw-0.jpg?size=425x355&quality=95&sign=bb6be969bbe9d69c6c22960effd533f9&type=album" alt="Plot a function in Unity3D" width="200"></a> |
| 4 | + <br> |
| 5 | + Plot a function in Unity3D |
| 6 | + <br> |
| 7 | +</h1> |
| 8 | + |
| 9 | +<p align="center"> |
| 10 | + <a href="#about">About</a> • |
| 11 | + <a href="#about">Instruction</a> • |
| 12 | + <a href="#download">Download</a> • |
| 13 | +<a href="#license">License</a> • |
| 14 | +</p> |
| 15 | + |
| 16 | + |
| 17 | +## About |
| 18 | + |
| 19 | +The Plot a function in Unity 3D had been made when |
| 20 | +I was searching for the solution for plotting a graph in Unity 3d and had not found it. |
| 21 | + |
| 22 | +## Instruction |
2 | 23 |
|
3 | 24 | The target language was Russian, but |
4 | 25 | ver 0.3 has been translated into English |
5 | 26 |
|
6 | 27 | and has been added TextMeshPro. |
7 | 28 |
|
8 | | -This system uses lablary UnityEngine.UI.Extensions, so you need to use a version of Unity3D that can use this lablary. |
| 29 | +The system is using lablary - UnityEngine.UI.Extensions, so you shoud use a version of Unity3D that can using the lablary. |
9 | 30 |
|
10 | | -Basic cofiguration for the grahp: |
| 31 | +The basic cofiguration for the grahp: |
11 | 32 |
|
12 | 33 |  |
13 | 34 |
|
14 | | -look like this: |
| 35 | +looks like this: |
15 | 36 |
|
16 | 37 |  |
17 | 38 |
|
18 | | -Graph can be negative if you set for the "Size Step x or y" to a negative value, |
19 | | -look like: |
| 39 | +The graph can be negative if you will set for the "Size Step x or y" to a negative value, |
| 40 | +it looks like: |
20 | 41 |  |
21 | 42 |
|
22 | | -If you want the function graph is non-linear, you will must add many points next to each other. |
| 43 | +If you will want the function graph is non-linear, you will shoud add many points next to each other. |
23 | 44 |
|
24 | 45 | You can create your own a method for add points, so it will be more convenient. |
25 | 46 |
|
26 | | -You can resize the graph however you want, just do a rect transform before how you start the project. |
| 47 | +You can resize the graph however you want, just change the rect transform before how you will start the project. |
| 48 | + |
| 49 | +## Download |
| 50 | + |
| 51 | +- (Latest release) [Download](https://github.com/AlexKutepov/Plot-a-function-graph-in-Unity3D/releases) |
| 52 | + |
| 53 | +## License |
| 54 | + |
| 55 | +MIT |
| 56 | + |
| 57 | +**Free Software, Hell Yeah!** |
0 commit comments