Skip to content

Commit

Permalink
2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Yunasawa committed Oct 10, 2024
1 parent 4db0fdb commit ca03442
Show file tree
Hide file tree
Showing 21 changed files with 4 additions and 323 deletions.
Binary file removed Editor/Resources/Fonts/Fonts/Boohong.otf
Binary file not shown.
21 changes: 0 additions & 21 deletions Editor/Resources/Fonts/Fonts/Boohong.otf.meta

This file was deleted.

Binary file removed Editor/Resources/Fonts/Fonts/Campana Script.ttf
Binary file not shown.
21 changes: 0 additions & 21 deletions Editor/Resources/Fonts/Fonts/Campana Script.ttf.meta

This file was deleted.

Binary file removed Editor/Resources/Fonts/Fonts/Coffee Normal.ttf
Binary file not shown.
21 changes: 0 additions & 21 deletions Editor/Resources/Fonts/Fonts/Coffee Normal.ttf.meta

This file was deleted.

Binary file not shown.
21 changes: 0 additions & 21 deletions Editor/Resources/Fonts/Fonts/DistorterDemoRegular.ttf.meta

This file was deleted.

Binary file removed Editor/Resources/Fonts/Fonts/NewAthleticM54-31vz.ttf
Binary file not shown.
21 changes: 0 additions & 21 deletions Editor/Resources/Fonts/Fonts/NewAthleticM54-31vz.ttf.meta

This file was deleted.

Binary file removed Editor/Resources/Fonts/Fonts/Pearce.ttf
Binary file not shown.
21 changes: 0 additions & 21 deletions Editor/Resources/Fonts/Fonts/Pearce.ttf.meta

This file was deleted.

Binary file removed Editor/Resources/Fonts/Fonts/Story Element.ttf
Binary file not shown.
21 changes: 0 additions & 21 deletions Editor/Resources/Fonts/Fonts/Story Element.ttf.meta

This file was deleted.

Binary file removed Editor/Resources/Fonts/Fonts/WinterDrink-DOr51.ttf
Binary file not shown.
21 changes: 0 additions & 21 deletions Editor/Resources/Fonts/Fonts/WinterDrink-DOr51.ttf.meta

This file was deleted.

Binary file removed Editor/Resources/Textures/Icons/Arrow5.png
Binary file not shown.
153 changes: 0 additions & 153 deletions Editor/Resources/Textures/Icons/Arrow5.png.meta

This file was deleted.

2 changes: 1 addition & 1 deletion Editor/Setups/YNL-Editor.Packages.cs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class Packages : EditorWindow
private static AddRequest _addRequest;
private static RemoveRequest _removeRequest;

[MenuItem("🔗 YのL/YNL - Editor/🌐 Package Installer")]
[MenuItem("YのL/YNL - Editor/Package Installer")]
public static void ShowWindow()
{
if (_instance != null) return;
Expand Down
2 changes: 2 additions & 0 deletions Editor/Visuals/Samples/PopupWindow.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#if UNITY_EDITOR
using System;
using UnityEditor;
using UnityEngine;

Expand Down Expand Up @@ -45,6 +46,7 @@ private void OnLostFocus()
if (!_closeOnLostFocus) return;

_instance.Close();
_instance = null;
}

protected virtual void Initialize(params object[] parameters) { }
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": "2.1.1",
"version": "2.1.2",
"unity": "2022.3",
"description": "Enhance your Unity Editor experience with this library. It provides essential extensions and interfaces specifically designed for the Editor environment.",
"keywords": [
Expand Down

0 comments on commit ca03442

Please sign in to comment.