Skip to content

Commit efa59cb

Browse files
committed
Minor refactor changes
1 parent b9d7524 commit efa59cb

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

Assets/Editor Toolbox/Editor/Drawers/Regular/TagSelectorAttributeDrawer.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,5 @@ public override bool IsPropertyValid(SerializedProperty property)
5858
{
5959
return property.propertyType == SerializedPropertyType.String;
6060
}
61-
62-
63-
private TagSelectorAttribute Attribute => attribute as TagSelectorAttribute;
6461
}
6562
}

Assets/Examples/Scenes/SampleScene.unity

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -706,9 +706,11 @@ MonoBehaviour:
706706
var2:
707707
scene1:
708708
sceneReference: {fileID: 102900000, guid: f11034f4657f51a47aac14f26410c500, type: 3}
709+
sceneName: SampleScene
709710
buildIndex: 0
710711
scene2:
711712
sceneReference: {fileID: 102900000, guid: f11034f4657f51a47aac14f26410c500, type: 3}
713+
sceneName: SampleScene
712714
buildIndex: 0
713715
bigNumber: 12345678
714716
currency: 20.41

0 commit comments

Comments
 (0)