File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -128,7 +128,7 @@ public static void Start()
128128 // Don't restart if already running on a working port
129129 if ( isRunning && listener != null )
130130 {
131- Debug . Log ( $ "UnityMcpBridge already running on port { currentUnityPort } ") ;
131+ Debug . Log ( $ "<b><color=#2EA3FF>UNITY-MCP</color></b>: UnityMcpBridge already running on port { currentUnityPort } ") ;
132132 return ;
133133 }
134134
@@ -194,7 +194,7 @@ public static void Start()
194194
195195 isRunning = true ;
196196 isAutoConnectMode = false ;
197- Debug . Log ( $ "UnityMcpBridge started on port { currentUnityPort } .") ;
197+ Debug . Log ( $ "<b><color=#2EA3FF>UNITY-MCP</color></b>: UnityMcpBridge started on port { currentUnityPort } .") ;
198198 Task . Run ( ListenerLoop ) ;
199199 EditorApplication . update += ProcessCommands ;
200200 // Write initial heartbeat immediately
@@ -226,7 +226,7 @@ public static void Stop()
226226 listener ? . Stop ( ) ;
227227 listener = null ;
228228 EditorApplication . update -= ProcessCommands ;
229- Debug . Log ( "UnityMcpBridge stopped." ) ;
229+ Debug . Log ( "<b><color=#2EA3FF>UNITY-MCP</color></b>: UnityMcpBridge stopped." ) ;
230230 }
231231 catch ( Exception ex )
232232 {
You can’t perform that action at this time.
0 commit comments