Skip to content

Commit

Permalink
add the field "dynamic labels"
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoto007 committed May 7, 2021
1 parent 3a94cd8 commit b662c11
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Editor/AddressableImportRule.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,12 @@ string CleanedGroupName
/// <summary>
/// Label reference list.
/// </summary>
[Tooltip("The list of labels to be added to the Addressable Asset")]
[Tooltip("The list of static labels to be added to the Addressable Asset")]
public List<AssetLabelReference> labelRefs;

[Tooltip("The list of dynamic labels to be added to the Addressable Asset. If a label doesn't exist, then it will be create")]
public List<string> dynamicLabels;

/// <summary>
/// Group template to use. Default Group settings will be used if empty.
/// </summary>
Expand Down

0 comments on commit b662c11

Please sign in to comment.