Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunasawa committed May 29, 2024
1 parent 7b7f40f commit 59949f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Setups/EditorDefineSymbols.cs
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ public static void AddSymbols(params string[] symbols)
{
if (HasSymbol(symbol)) continue;
_defineSymbols.Add(symbol);
NotifySymbols(symbol, true);
}
PlayerSettings.SetScriptingDefineSymbols(NamedBuildTarget.Standalone, String.Join(";", _defineSymbols));
NotifySymbols(String.Join("; ", symbols), true);
}

/// <summary> Remove a single symbol </summary>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.yunasawa.ynl.editor",
"displayName": "YNL - Editor",
"version": "1.4.6",
"version": "1.4.7",
"unity": "2022.3",
"description": "YNL - Editor provides you tools to help you on your developing progress.",
"keywords": [
Expand Down

0 comments on commit 59949f8

Please sign in to comment.