Skip to content

Commit 28da159

Browse files
committed
2 parents a482209 + 52be135 commit 28da159

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Plot a function graph in Unity3D
2+
Target language is Russian, posible soon to be translate into English.
3+
This system uses lablary UnityEngine.UI.Extensions, so you need to use a version of Unity3D that can use this lablary.
4+
5+
Basic cofiguration for the grahp:
6+
7+
![](https://sun9-35.userapi.com/impg/hAjfH2JW-hUh0cPwUbPHUuYcPFFKkK8uu7DVZA/jnIgG_kaFiY.jpg?size=412x535&quality=95&sign=970b2f17e8c25ac23b3adcf0571298ba&type=album)
8+
9+
look like this:
10+
11+
![](https://sun9-75.userapi.com/impg/LrS_E9lnL_tN1kckREv2XcorOo-y62IsqcOJfw/mg9H7_4KvT4.jpg?size=415x548&quality=95&sign=c659790ca54654fc5737b654ae60322b&type=album)
12+
13+
Graph can be negative if you set for the "Size Step x or y" to a negative value,
14+
look like:
15+
![](https://sun9-70.userapi.com/impg/Xti11FAmj8LKY3m8H_xGhT6c-vAkDXWa81iREA/b_kBE_0Vppw.jpg?size=420x621&quality=95&sign=621d0ea116d027a8f990c4416e0061c0&type=album)
16+
17+
If you want the function graph is non-linear, you will must add many points next to each other.
18+
19+
You can create your own a method for add points, so it will be more convenient.
20+
21+
You can resize the graph however you want, just do a rect transform before how you start the project.

0 commit comments

Comments
 (0)