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).