11000+款5星资源
8.5万+用户参与评分
10万+社区成员鼎力支持
每款资源都经过 Unity 审核
显示 1 - 10 of 14
用户评论
排序
w
很好的资源
4 years ago
有个小问题,可以看看下面的评论。
Go to the folder with the package -> Resources/Prefabs and select Lines prefab, then enable the DD_Lines script component in the inspector by clicking the checkmark next to it. It was disabled by default for some reason. After that it should work just like shown on the demo video.
这条评论是否有帮助?
10
0
G
Needs a quick fix to make it work.
5 years ago
GoldenLord基于版本1.0
The provided sample scene doesn't print out any graph lines, but there's a quick fix i figured out.
Go to the folder with the package -> Resources/Prefabs and select Lines prefab, then enable the DD_Lines script component in the inspector by clicking the checkmark next to it. It was disabled by default for some reason. After that it should work just like shown on the demo video.
It's weird how the author published a faulty version, but after all is said and done, the asset works quite well.
这条评论是否有帮助?
32
0
I took a minute and this asset started working. Read other reviews to find fixing guide.
Pros:
It's free
It works
Good UI, can customize
Fullscreen button
Simple documentation + Example Scene = easy to use
Cons:
Max value: 55, I can not find how to increase the limit
Mouse drag breaks all, so just scroll it with mousewheel
这条评论是否有帮助?
1
0
y
How to use on Unity 2018 or later
6 years ago
youandi051024基于版本1.0
I succeed to use this asset on Unity 2019.1.14.
1. Import Dynamic Line Chart asset and show some errors
2. Open Package Manager on Unity Editor
3. Show TextMesh Pro and click see all versions button
4. Change TextMesh Pro version 2.x.x to 1.4.1
5. Modify DD_Lines.cs
add null checking
@ line 56
before : GameObject parent = gameObject.transform.parent.gameObject;
after : GameObject parent = gameObject.transform.parent ? gameObject.transform.parent.gameObject : null;
@ line 61
before : RectTransform parentrt = parent.GetComponent<RectTransform>();
after : RectTransform parentrt = parent ? parent.GetComponent<RectTransform>() : null;
6. Re-Import Dynamic Line Chart asset exclude DD_Lines.cs
7. finish
这条评论是否有帮助?
10
0
u
Does not work on 2018.3.11
6 years ago
unity_xBzMY11q312Cmw基于版本1.0
Upon importing to clean project i get the following error
"
NullReferenceException: Object reference not set to an instance of an object
DD_Lines.Awake () (at Assets/DataDiagram/Script/DD_Lines.cs:56)
"
Runs the example scene.
But the add new value function does not seem to work.
这条评论是否有帮助?
1
0
高品质资源
11000+款5星资源
深受用户信赖
8.5万+用户参与评分
强大的社区支持
10万+社区成员鼎力支持