Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunasawa committed May 27, 2024
1 parent 388898b commit 3982e90
Show file tree
Hide file tree
Showing 11 changed files with 140 additions and 32 deletions.
4 changes: 3 additions & 1 deletion Editor Extensions/Utilities/EditorFontAsset.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if UNITY_EDITOR && YNL_UTILITIES
using UnityEngine.TextCore.Text;
using YNL.Extensions.Methods;

Expand All @@ -7,4 +8,5 @@ public class EditorFontAsset
{
public static FontAsset Somatic => "Fonts/Font Assets/Somatic-Rounded SDF".LoadResource<FontAsset>();
}
}
}
#endif
4 changes: 3 additions & 1 deletion Editor Extensions/Utilities/EditorIcon.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if UNITY_EDITOR && YNL_UTILITIES
using UnityEngine;
using YNL.Extensions.Methods;

Expand All @@ -8,4 +9,5 @@ public class EditorIcon
public static Texture2D Visible => "Textures/Icons/Visible".LoadResource<Texture2D>();
public static Texture2D Invisible => "Textures/Icons/Invisible".LoadResource<Texture2D>();
}
}
}
#endif
162 changes: 133 additions & 29 deletions Resources/Fonts/Font Assets/Quantify SDF.asset

Large diffs are not rendered by default.

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.4",
"version": "1.4.5",
"unity": "2022.3",
"description": "YNL - Editor provides you tools to help you on your developing progress.",
"keywords": [
Expand Down

0 comments on commit 3982e90

Please sign in to comment.