Facepunch / Facepunch.Steamworks

Another fucking c# Steamworks implementation
MIT License
2.88k stars 344 forks source link

Micro transactions payment dialogue inconsistency in unity for VR game #428

Open ghost opened 4 years ago

ghost commented 4 years ago

We are trying to use microtransactions in our game developed using Unity.

We are facing an issue that, when we call initTrasaction i.e https://partner.steamgames.com/doc/webapi/ISteamMicroTxn#InitTxn from our secure server, Steam Transaction payment dialog is appearing some times in VR mode and some times directly on the game window on the PC screen (it's not consistent).

Is there any option to control that it should always display in-game Game Window instead of VR or vice versa?

Can you help me in resolving that? This is standing as a blocker for our game public release.

garrynewman commented 4 years ago

I'm not sure if we have control over that. If you can find something in the c++ steamworks docs that you think you need to call, I will look into it for you.

ghost commented 4 years ago

From our secure server, we are using web API to display that payment dialogue box. Can you help in this