回答編集履歴
2
不要なDebug.Logを削除
answer
CHANGED
@@ -29,7 +29,6 @@
|
|
29
29
|
PiyoAttribute att = (PiyoAttribute)attribute;
|
30
30
|
using (new EditorGUI.PropertyScope(position, label, property))
|
31
31
|
{
|
32
|
-
Debug.Log(att.GetHashCode());
|
33
32
|
var buttonLabelRect = new Rect(position)
|
34
33
|
{
|
35
34
|
width = position.width / 2.0f
|
1
冗長な表現を修正
answer
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
適切な方法なのかはちょっと自信ないのですが、下記のよう
|
1
|
+
適切な方法なのかはちょっと自信ないのですが、下記のように手を加えてみました。
|
2
2
|
|
3
3
|
PiyoAttribute
|
4
4
|
```C#
|