Skip to content

Commit

Permalink
フォルダ構成変更、namespace変更、LICENSEファイル追加、メニュー名変更
Browse files Browse the repository at this point in the history
  • Loading branch information
UsuiYasuhiko-jw1 committed Sep 4, 2021
1 parent 29a697f commit 168a774
Show file tree
Hide file tree
Showing 12 changed files with 32 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using UnityEngine;
using UnityEditor;

namespace UniExtensions.Editor
namespace jwellone.Editor
{
[InitializeOnLoad]
public static class EmptyFolderManager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using UnityEngine;
using UnityEditor;

namespace UniExtensions.Editor
namespace jwellone.Editor
{
public class EmptyFolderWindow : EditorWindow
{
Expand All @@ -17,7 +17,7 @@ private enum eIconType
Num,
}

[MenuItem("UniExtensions/Window/Empty Folder Window")]
[MenuItem("jewllone/Window/Empty Folder Window")]
public static void Open()
{
var window = EditorWindow.GetWindow<EmptyFolderWindow>();
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "UniExtensions.EmptyFolderOperation.Editor",
"name": "jwellone.EmptyFolderOperation.Editor",
"references": [],
"includePlatforms": [
"Editor"
Expand Down
21 changes: 21 additions & 0 deletions Assets/jwellone/EmptyFolderOperation/LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2021 jwellone Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
7 changes: 7 additions & 0 deletions Assets/jwellone/EmptyFolderOperation/LICENSE.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file removed EmptyFolderOperation.unitypackage
Binary file not shown.

0 comments on commit 168a774

Please sign in to comment.