UnrealSharp / UnrealSharp

UnrealSharp is a plugin to Unreal Engine 5, which enables developers to create games using C# (.NET 9) with Hot Reload
https://www.unrealsharp.com/
MIT License
939 stars 83 forks source link

[BUG] Opening the C# solution from the U# menu will freeze the UE Editor #249

Open John-Storm opened 1 month ago

John-Storm commented 1 month ago

image

UE 5.4.4: When clicking that link, the C# solution will open but the UE Editor hangs. Opening the .sln outside of using this shortcut doesn't cause any issue with the UE Editor.

Tested on a new blank game project.

Zuriel-Zurichi commented 1 month ago

I don't know if this helps but this only happens to me when I use Visual Studio

John-Storm commented 1 month ago

Interesting observation. I use Visual Studio Community 2022. Didn't try with other IDEs.

rob-ack commented 3 weeks ago

I can not confirm this. It is not happening for me. I have VS 2022 community too with Version 17.11.5 currently.

ezesil commented 3 weeks ago

Same here using Visual Studio Community 2022 17.10.5 and Unreal Engine 5.4.2 compiled from source, but the same happened with the pre-compiled one. After closing it, it stops freezing. Opening visual studio from outside has no issues.

It's probably blocking unreal's main thread.

NGC717 commented 3 weeks ago

Using UE 5.4.4 and Rider 2024.2.7, encountered the same issue.