跳至主要内容
Unity logo
取消
购物车
应用
Sell Assets

11000+款5星资源

8.5万+用户参与评分

10万+社区成员鼎力支持

每款资源都经过 Unity 审核

WeaverDev
29 条用户评论
FREE
显示 1 - 10 of 29
用户评论
排序
G
An absolute blessing
a year ago
Gafuriks基于版本3.0
Simple to use, easy to understand and it's free. Has been very useful for networking development and debugging. A true must have.
这条评论是否有帮助?
0
0
L
Very simple to use but has a few issues.
2 years ago
LazyProgerReal基于版本3.0
Very little documentation and for me the attribute graphing didn't work so I had to use the manual method. There is also something getting drawn in world space as the graph updates which looks weird. If you ignore those things and only want to use it for a quick debug it's great.
这条评论是否有帮助?
0
0
M
Broken on new Input System
2 years ago
ModischFabrications基于版本3.0
I would have liked to use this asset for debugging, because it looks like the newest of the free ones. Sadly, it has a few flaws. It's fine as is, but do consider buying a more polished one for production use. Old input: I had to port it over to the new input system. Solution: Replace Input.mouse* with Mouse.current.* calls, which seems to work fine for now. URP builds: Haven't tried it yet, but others seem to have problems as seen below. Documentation: There is little. Check out the *example.cs, it's basically just these ones: - [DebugGUIGraph] on fields (float only?) - DebugGUI.SetGraphProperties + DebugGUI.Graph in code
这条评论是否有帮助?
0
0
S
Very helpful
2 years ago
SyntaxCheck基于版本3.0
Great asset. One small issue, in URP from a development build you get "GL.End requires material.SetPass before!" spammed in the dev console. To fix this change DebugGUIWindow.cs --> DrawRect() --> Add drawMat.SetPass(0); before GL.Begin There might be a better way to fix it but this method worked for me.
这条评论是否有帮助?
1
0
V
Literally the best asset!
2 years ago
Vodonik-H基于版本3.0
I cant describe how much time and sanity this asset has saved me...
这条评论是否有帮助?
0
0
j
Very Useful
2 years ago
jimmying基于上一个版本 2.0
Very useful for debugging. Thank you!
这条评论是否有帮助?
0
0
n
remove world space render [fix]
2 years ago
nukadelic基于版本3.0
Had a little issue when it would render the graph background panels in world space , to fix it edit the GraphWindow.cs script inside the OnGUI method , remove the base.OnGUI line and wrap the code with : protected override void OnGUI() { if (Event.current.type != EventType.Repaint) return; GL.PushMatrix(); drawMat.SetPass(0); //... here is the normal code to drawgraph and labels foreach loop GL.PopMatrix(); } and change the DebugGUIWindow.drawMat to be a public static variable. Thank you for the excellent method for quickly plotting graphs !
这条评论是否有帮助?
0
0
D
10 out of 5 stars
3 years ago
DanielEJ00基于上一个版本 2.0
This is exactly what i need right now. I've been checking it and i have to say that i found it amazing, elegant and perfect. Congratulations to the creator of this asset!
这条评论是否有帮助?
0
0
A
Took me 4 years to find this asset
4 years ago
AldeRoberge基于上一个版本 2.0
FINALLY! A tool that does exactly what I need. It's elegant, performant. 10/10. FREE. Thank you!
这条评论是否有帮助?
1
0
n
Immediately Useful, Completely Indespensable
5 years ago
nitz基于上一个版本 2.0
Elegant in its simplicity, this tool adds to Unity what feels like it should be a built-in feature. As easily as adding a single attribute to a field, nets you a live-updating real-time graph on the screen. When it comes to data that you've got to see how it changes over time, don't bother with Debug.Logs or rolling your own solution. Hit download and you're closer to done than you'd ever imagine. I can't recommend this enough.
这条评论是否有帮助?
0
0
高品质资源
11000+款5星资源
深受用户信赖
8.5万+用户参与评分
强大的社区支持
10万+社区成员鼎力支持
Unity logo

语言

反馈

合作伙伴计划

合作伙伴
Copyright © 2026 Unity Technologies
所有价格不包含税