Search found 2 matches

by avg3dMouseEnjoyer
Mon Mar 17, 2025 6:17 am
Forum: Developer's Forum for Windows
Topic: Unity plugin causing hangs when Reloading Domain
Replies: 2
Views: 3586

Re: Unity plugin causing hangs when Reloading Domain

I would like to add that SendMessageTimeoutW is called 3x by TDxNavLib.dll further down the TDxNavLib.dll!NlClose call, and each of these calls have a 2 second timeout resulting in a total 6 seconds. This explains why it hangs for 6+ seconds.
by avg3dMouseEnjoyer
Fri Mar 14, 2025 10:04 am
Forum: Developer's Forum for Windows
Topic: Unity plugin causing hangs when Reloading Domain
Replies: 2
Views: 3586

Unity plugin causing hangs when Reloading Domain

Hello, your plugin for unity(3DxUnity3D) is causing 6 to 10 second hangs when entering game mode (because of the unloading and reloading domain, specifically the unloading part). This is extremely frustrating because it increases development time. I have profiled Unity with your plugin and it looks ...