평점 만점의 리뷰가 11,000개 이상
8만 5천명 이상의 리뷰
10만명 이상의 포럼 멤버가 선호하는 에셋
유니티에서 모더레이팅하는 모든 에셋
1 - 10 / 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
Quality assets
Over 11,000 five-star assets
Trusted
Rated by 85,000+ customers
Community support
Supported by 100,000+ forum members