Explorar el Código

Updated conflict watcher

Syed zainul abedin hace 1 mes
padre
commit
7e9a34644b
Se han modificado 1 ficheros con 0 adiciones y 3 borrados
  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;