mirror of
https://gitee.com/jisol/jisol-game/
synced 2025-09-27 02:36:14 +00:00
傻逼Yooasset 新版本各种问题还是用老版本吧!
This commit is contained in:
@@ -30,7 +30,14 @@ namespace SHFrame.Editor
|
||||
}
|
||||
else if (EditorApplication.isPlaying)
|
||||
{
|
||||
EditorGUILayout.LabelField("Current Procedure", t.CurrentProcedure == null ? "None" : t.CurrentProcedure.GetType().ToString());
|
||||
try
|
||||
{
|
||||
EditorGUILayout.LabelField("Current Procedure", t.CurrentProcedure == null ? "None" : t.CurrentProcedure.GetType().ToString());
|
||||
}
|
||||
catch
|
||||
{
|
||||
// ignored
|
||||
}
|
||||
}
|
||||
|
||||
EditorGUI.BeginDisabledGroup(EditorApplication.isPlayingOrWillChangePlaymode);
|
||||
|
@@ -17,13 +17,13 @@ namespace SHFrame.Editor
|
||||
{
|
||||
private static readonly string[] RuntimeAssemblyNames =
|
||||
{
|
||||
"SHFrame",
|
||||
"Assembly-CSharp",
|
||||
"SHFrame.Runtime",
|
||||
};
|
||||
|
||||
private static readonly string[] RuntimeOrEditorAssemblyNames =
|
||||
{
|
||||
"SHFrame",
|
||||
"Assembly-CSharp",
|
||||
"SHFrame.Runtime",
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user