InGame Graphs
João Ramiro
$4.99
Date |
Price |
---|---|
日期和时间 |
价钱($) |
03/17(2018) |
3.5 |
07/29(2019) |
4.99 |
11/02(2024) |
4.99 |
Jump AssetStore
With this asset you can visualize a certain variable on a graph during play mode.
This is meant for monitoring a variable, for instance how the transform.position.x behaves with time.
This is NOT meant to plot functions
Recent Changes:
• Auto Range feature added;
• Now changes to the graphic (axis, colors, graphic limits, etc) can be seen during edit mode;
To get started all you have to do is add a graphic to the scene, and call the AddPoint() function inside the FixedUpdate().
There are several things you can control on each graphic:
• lines: how many lines can be visualized in total;
• Y Limits: bottom and top limits of the graphic;
• Interval: how much time is displayed in the graphic;
• Tick Marks Step: the step on which you see marking on the y axis
• Axis X: Is the X Axis visible;
• Axis Y: Is the Y Axis visible;
• LabelsScale: X & Y labels scale;
• Label X: what is displayed in the X axis;
• Label Y: what is displayed in the Y axis;
• Color: the colors for each line;
Having doubts about getting this asset?
Send an email to ramiro.animus@gmail.com and I'll answer any question you have.