File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Runtime/AvatarCreator/Scripts/UI/Elements Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ public class TemplateSelectionElement : SelectionElement
17
17
{
18
18
private const string TAG = nameof ( TemplateSelectionElement ) ;
19
19
[ SerializeField ] private TemplateVersions templateVersions = TemplateVersions . V2 ;
20
- [ SerializeField ] private OutfitGender gender = OutfitGender . None ;
20
+ public OutfitGender gender = OutfitGender . None ;
21
21
private List < AvatarTemplateData > avatarTemplates ;
22
22
private AvatarTemplateFetcher avatarTemplateFetcher ;
23
23
private CancellationToken ctx ;
@@ -60,6 +60,7 @@ public async Task LoadAndCreateButtons(bool useCachedResponse)
60
60
button . SetIcon ( texture ) ;
61
61
} ) ;
62
62
}
63
+
63
64
private bool HasCorrectTemplateVersion ( AvatarTemplateData template )
64
65
{
65
66
switch ( templateVersions )
You can’t perform that action at this time.
0 commit comments