Skip to content

Commit

Permalink
1.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunasawa committed Aug 26, 2024
1 parent 615cec4 commit 4e4eb4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Setups/YNLEditorSetup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ private static void OnPostprocessAllAssets(string[] importedAssets, string[] del

public static void InitializeOnLoad()
{
#if YNL_UTILITIES
#if !YNL_UTILITIES
Debug.Log($"<color=#FF983D><b>⚠ Caution:</b></color> <color=#fffc54><b>YNL - Editor</b></color> requires <a href=\"https://github.com/Yunasawa/YNL-Utilities\"><b>YNL - Utilities</b></a>");
#else
EditorDefineSymbols.AddSymbols("YNL_EDITOR");
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.5.1",
"version": "1.5.2",
"unity": "2022.3",
"description": "YNL - Editor provides you tools to help you on your developing progress.",
"keywords": [
Expand Down

0 comments on commit 4e4eb4b

Please sign in to comment.