cancel
Showing results for 
Search instead for 
Did you mean: 

Please help! OVRPlugin.ShowUI executed but no effect

peteradrian
Honored Guest
Hi, please help:

attempting to match the submission requirements, I'm using OVRPlatformMenu.cs to show the dialog when user presses the back button in the top menu. Unfortunately, although I'm able to confirm that OVRPlugin.ShowUI (OVRPlugin.PlatformUI.ConfirmQuit) is executed and the appropriate messages are logged, no ConfirmQuit-Dialog appears.

Did I forget any settings or is there a problem with my approach?

Thanks in advance!
Peter
5 REPLIES 5

peteradrian
Honored Guest
If this helps, debug log contains "[PlatformUI-ConfirmQuit] Showing @ 82.24489" (only once as expected) and public OVRP_1_1_0.ovrp_ShowSystemUI is called.

Any ideas?

peteradrian
Honored Guest
Could anyone move this to the Platform SDK Development category, please?

peteradrian
Honored Guest
Hi, I'm currently using the package from the asset store. I don't use OVRPlugin directly, but it is called by OVRPlatformMenu.cs

peteradrian
Honored Guest
Should I switch to the download site's Utils version? Is there a difference?

peteradrian
Honored Guest
FYI: Installing utilities 1.25.2 solved it.