ソースを参照

Updated conflict watcher

Syed zainul abedin 1 ヶ月 前
コミット
7e9a34644b
1 ファイル変更0 行追加3 行削除
  1. 0 3
      Assets/GitMerge/Editor/ConflictWatcher.cs

+ 0 - 3
Assets/GitMerge/Editor/ConflictWatcher.cs

@@ -4,11 +4,8 @@ using System.IO;
 using UnityEditor;
 using UnityEngine;
 
-
-
 namespace GitMerge
 {
-    [InitializeOnLoad]
     public class ConflictWatcher
 {
     private static FileSystemWatcher watcher;