Have you tried deleting the VP directory?
Close the project, go into Library/VP and delete the folder with the cryptic names like „dj4h8lsm“. These are the virtual player copies. Avoid deleting the json in that folder, this contains your player tags.
Also pre.4 is the latest version, I think you have to manually specifiy that version in package manager.
Yes, i tried removing of VP directory,
Miswatched pre.4 version and now tried on MPPM 1.0.0-pre.4 on Unity 2023.2.14f1 with Unity Input System 1.7.0 after removing VP and problem unfortunately still exists
I can confirm this is still happening in the latest Unity 6000.0.21f1 and MPM 1.2.2.
As a workaround, I enable the graphics raycaster on the virtual clients after a small delay. You have to focus on the virtual client by clicking the window before its raycaster is enabled.
@Billball Are you using OnApplicationFocus for this? For me that callback is getting called with true before I click on the window… so that work around isn’t working for me.
Best I can do is delay enabling for X seconds, but you have to click on the window before it enables them to avoid these errors.