Topic: Thread sleep locking Unity Editor

Hello all.

Unity sometimes freezes when I instantiate a prefab containing an Infinity online map. I paused my Debugger and it always pauses on OnlineMapsUtils.cs -> ThreadSleep.

We are on 3.6.3.1 at this time.

Best regards

Steve

Re: Thread sleep locking Unity Editor

Hello.

Very interesting, I have never seen this.
Please send us (support@infinity-code.com) your project (as a package) in which this problem appears.
I will check why this is happening.

To make it clear:
I do not need your working project.
I need any project where the problem appears.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Thread sleep locking Unity Editor

Alex Vertax wrote:

Hello.

Very interesting, I have never seen this.
Please send us (support@infinity-code.com) your project (as a package) in which this problem appears.
I will check why this is happening.

To make it clear:
I do not need your working project.
I need any project where the problem appears.

Hi Alex, I can mark this as resolved, this issue was occurring in parallel with a Firebase loop that added objects onto the map, disabling the loop stopped the freeze. Thanks for your quick reply though.