11,000 種類を超える 5 つ星アセット
8.5 万人以上の顧客による評価
10 万人を超えるフォーラムメンバーが支持
すべてのアセットを Unity が審査済み
14件のうち 1 - 10を表示中
ユーザーレビュー
表示順
F
Good!
4 years ago
Feli_Jerryバージョン 1.0 で
U can open the scene in the Example document
このレビューは役に立ちましたか?
0
0
w
很好的资源
4 years ago
wechat_os_Qy0yVBiyRgdq4AnrjhE2tNCYMバージョン 1.0 で
有个小问题,可以看看下面的评论。
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
高品質なアセット
11,000 種類を超える 5 つ星アセット
信頼がある
8.5 万人以上の顧客による評価
コミュニティが支持
10 万人以上のフォーラムメンバーが支持
言語選択
Copyright © 2025 Unity Technologies
全ての表示価格には消費税は含まれていません