質問するログイン新規登録

回答編集履歴

2

不要なDebug.Logを削除

2017/10/14 14:18

投稿

Bongo
Bongo

スコア10816

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

冗長な表現を修正

2017/10/14 14:18

投稿

Bongo
Bongo

スコア10816

answer CHANGED
@@ -1,4 +1,4 @@
1
- 適切な方法なのかはちょっと自信ないのですが、下記のような風に手を加えてみました。
1
+ 適切な方法なのかはちょっと自信ないのですが、下記のように手を加えてみました。
2
2
 
3
3
  PiyoAttribute
4
4
  ```C#