-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #71 from AIO-GAME/1.x
1.x
- Loading branch information
Showing
391 changed files
with
6,132 additions
and
4,665 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
/*|============|*| | ||
|*|Author: |*| Star fire | ||
|*|Date: |*| 2023-12-15 | ||
|*|E-Mail: |*| [email protected] | ||
|*|============|*/ | ||
|
||
using System.Collections.Generic; | ||
using System.Collections.Generic; | ||
using UnityEditor; | ||
using UnityEngine; | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 0 additions & 3 deletions
3
Editor.GUI.CLI/External/AIO.Graph/Attribute/CSDNBlogURLAttribute.cs.meta
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,13 @@ | ||
/*|============|*| | ||
|*|Author: |*| Star fire | ||
|*|Date: |*| 2023-12-07 | ||
|*|E-Mail: |*| [email protected] | ||
|*|============|*/ | ||
|
||
using System; | ||
using UnityEditor; | ||
using System; | ||
using UnityEngine; | ||
|
||
namespace AIO.UEditor | ||
{ | ||
/// <summary> | ||
/// CSDN博客链接 | ||
/// CSDN 博客链接 | ||
/// </summary> | ||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] | ||
public sealed class CSDNBlogURLAttribute : URLAttribute | ||
public sealed class CSDNBlogUrlAttribute : UrlAttribute | ||
{ | ||
public override void OnEnable() | ||
{ | ||
|
@@ -25,7 +18,7 @@ public override void OnEnable() | |
}; | ||
} | ||
|
||
public CSDNBlogURLAttribute(string url) : base(url) | ||
public CSDNBlogUrlAttribute(string url) : base(url) | ||
{ | ||
} | ||
} | ||
|
2 changes: 1 addition & 1 deletion
2
...Window/GraphicWindow/SprotoImport.cs.meta → ...ph/Attribute/CSDNBlogUrlAttribute.cs.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
/*|============|*| | ||
|*|Author: |*| Star fire | ||
|*|Date: |*| 2023-12-01 | ||
|*|E-Mail: |*| [email protected] | ||
|*|============|*/ | ||
|
||
using System; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
using System.Reflection; | ||
|
3 changes: 0 additions & 3 deletions
3
Editor.GUI.CLI/External/AIO.Graph/Attribute/GiteeURLAttribute.cs.meta
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
/*|============|*| | ||
|*|Author: |*| Star fire | ||
|*|Date: |*| 2023-12-07 | ||
|*|E-Mail: |*| [email protected] | ||
|*|============|*/ | ||
|
||
using System; | ||
using System; | ||
using UnityEngine; | ||
|
||
namespace AIO.UEditor | ||
|
@@ -13,7 +7,7 @@ namespace AIO.UEditor | |
/// Gitee链接 | ||
/// </summary> | ||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] | ||
public sealed class GiteeURLAttribute : URLAttribute | ||
public sealed class GiteeUrlAttribute : UrlAttribute | ||
{ | ||
public override void OnEnable() | ||
{ | ||
|
@@ -24,7 +18,7 @@ public override void OnEnable() | |
}; | ||
} | ||
|
||
public GiteeURLAttribute(string url) : base(url) | ||
public GiteeUrlAttribute(string url) : base(url) | ||
{ | ||
} | ||
} | ||
|
2 changes: 1 addition & 1 deletion
2
...LI/Window/AssetManagerGraphWindow.cs.meta → ...Graph/Attribute/GiteeUrlAttribute.cs.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
Editor.GUI.CLI/External/AIO.Graph/Attribute/GithubURLAttribute.cs.meta
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
/*|============|*| | ||
|*|Author: |*| Star fire | ||
|*|Date: |*| 2023-12-07 | ||
|*|E-Mail: |*| [email protected] | ||
|*|============|*/ | ||
|
||
using System; | ||
using System; | ||
using UnityEngine; | ||
|
||
namespace AIO.UEditor | ||
|
@@ -13,7 +7,7 @@ namespace AIO.UEditor | |
/// Github链接 | ||
/// </summary> | ||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] | ||
public sealed class GithubURLAttribute : URLAttribute | ||
public sealed class GithubUrlAttribute : UrlAttribute | ||
{ | ||
public override void OnEnable() | ||
{ | ||
|
@@ -24,7 +18,7 @@ public override void OnEnable() | |
}; | ||
} | ||
|
||
public GithubURLAttribute(string url) : base(url) | ||
public GithubUrlAttribute(string url) : base(url) | ||
{ | ||
} | ||
} | ||
|
2 changes: 1 addition & 1 deletion
2
...I.CLI/Window/BuiltInTextureWindow.cs.meta → ...raph/Attribute/GithubUrlAttribute.cs.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
/*|============|*| | ||
|*|Author: |*| Star fire | ||
|*|Date: |*| 2024-01-03 | ||
|*|E-Mail: |*| [email protected] | ||
|*|============|*/ | ||
|
||
using System; | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Reflection; | ||
using UnityEditor; | ||
|
3 changes: 0 additions & 3 deletions
3
Editor.GUI.CLI/External/AIO.Graph/Attribute/URLAttribute.cs.meta
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
/*|============|*| | ||
|*|Author: |*| Star fire | ||
|*|Date: |*| 2023-12-07 | ||
|*|E-Mail: |*| [email protected] | ||
|*|============|*/ | ||
|
||
using System; | ||
using System; | ||
using UnityEngine; | ||
|
||
namespace AIO.UEditor | ||
|
@@ -13,7 +7,7 @@ namespace AIO.UEditor | |
/// CSDN博客链接 | ||
/// </summary> | ||
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false, Inherited = false)] | ||
public abstract class URLAttribute : Attribute | ||
public abstract class UrlAttribute : Attribute | ||
{ | ||
/// <summary> | ||
/// 链接 | ||
|
@@ -24,11 +18,11 @@ public abstract class URLAttribute : Attribute | |
|
||
public abstract void OnEnable(); | ||
|
||
private URLAttribute() | ||
private UrlAttribute() | ||
{ | ||
} | ||
|
||
protected URLAttribute(string url) | ||
protected UrlAttribute(string url) | ||
{ | ||
URL = url; | ||
} | ||
|
2 changes: 1 addition & 1 deletion
2
Runtime/Helper/Profiler/U.Profiler.cs.meta → .../AIO.Graph/Attribute/UrlAttribute.cs.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
/*|============|*| | ||
|*|Author: |*| Star fire | ||
|*|Date: |*| 2023-12-22 | ||
|*|E-Mail: |*| [email protected] | ||
|*|============|*/ | ||
|
||
using System; | ||
using System; | ||
using System.IO; | ||
using System.Text; | ||
using UnityEngine; | ||
|
@@ -81,8 +75,7 @@ public string this[int index] | |
/// </summary> | ||
public string DirPath; | ||
|
||
[SerializeField] | ||
public DirTreeItem Root; | ||
[SerializeField] public DirTreeItem Root; | ||
|
||
public int Count => Root.MaxDepth; | ||
|
||
|
8 changes: 1 addition & 7 deletions
8
Editor.GUI.CLI/External/AIO.Graph/GELayout/DirTreeFiled/DirTreeFiled.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
/*|============|*| | ||
|*|Author: |*| Star fire | ||
|*|Date: |*| 2023-12-22 | ||
|*|E-Mail: |*| [email protected] | ||
|*|============|*/ | ||
|
||
using System; | ||
using System; | ||
using System.IO; | ||
using System.Text.RegularExpressions; | ||
using UnityEditor; | ||
|
8 changes: 1 addition & 7 deletions
8
Editor.GUI.CLI/External/AIO.Graph/GELayout/DirTreeFiled/DirTreeItem.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,4 @@ | ||
/*|============|*| | ||
|*|Author: |*| Star fire | ||
|*|Date: |*| 2023-12-22 | ||
|*|E-Mail: |*| [email protected] | ||
|*|============|*/ | ||
|
||
using System; | ||
using System; | ||
using System.Collections; | ||
using System.Collections.Generic; | ||
using System.IO; | ||
|
6 changes: 0 additions & 6 deletions
6
Editor.GUI.CLI/External/AIO.Graph/GELayout/GELayout.Button.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
/*|============|*| | ||
|*|Author: |*| xinan | ||
|*|Date: |*| 2023-10-09 | ||
|*|E-Mail: |*| [email protected] | ||
|*|============|*/ | ||
|
||
using System; | ||
using System.Collections.Generic; | ||
using UnityEditor; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,3 @@ | ||
/*|============|*| | ||
|*|Author: |*| xinan | ||
|*|Date: |*| 2023-10-09 | ||
|*|E-Mail: |*| [email protected] | ||
|*|============|*/ | ||
|
||
using UnityEditor; | ||
using UnityEngine; | ||
|
||
|
Oops, something went wrong.