Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 72dae6d

Browse files
修复一开始设置错误
1 parent 13fda75 commit 72dae6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎Editor/ManuallyReloadDomainTool.cs‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ private static void OnAfterAssemblyReload()
223223
public class ManuallyReloadSetting : ScriptableObject
224224
{
225225
[Tooltip("是否启用手动Reload")]
226-
public bool IsEnableManuallyReload = true;
226+
public bool IsEnableManuallyReload = false;
227227
[Tooltip("完全手动Reload")]
228228
public bool IsFullyManuallyReload = false;
229229
[Tooltip("是否Editor代码也需手动Reload?当且仅当编辑的所有代码属于Editor才会有效")]

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /