StarterAssetsSampleProjectValidation step taking too long

Lately after the building scripts phase, there’s a step taking too much time:

UnityEditor.XR.Interaction.Toolkit.Samples.StarterAssetsSampleProjectValidation.AddRulesAnd…
(the dialog cuts the text after AddRulesAnd and cannot see the rest of the text)

Sometimes after the dialog closes there’s this message in the console (but not always):

XR Plug-in Management Warning: Timeout trying to get package list after 30s.
UnityEditor.EditorApplication:Internal_CallUpdateFunctions ()

This happens (at least) when working on the game scene and not the XRI Samples scene.
I’m using XRI Toolkit 3.0.5 with unity 6000.0.24f1 (It’s a project started with unity 2022 and XR 2.x and updated with every toolkit/Unity release).

Any ideas what’s going on and how to reduce this time? (The reloading domain / building scripts steps are super quick to finish, but this last step is slowing down development).

1 Like

We have the same problem, any solutions?

Me too, editor freezing for few seconds after each “play”.

If you end up here, you probably have the problem described here: Why is "XR Plugin Management Editor Work Queue" holding my editor hostage on basically every domain reload? - #8 by dimitroff

1 Like

That seems to have solved the issue. Thanks!