Hi. I have a racing game for the Quest 2 with 150 races and 30 cars.
Currently I have set up 150 leaderboards (1 for each race). I am storing
the player name and time and in the extra data I am storing the car
ID.The Oculus leaderboard system doesn't...
Hi. I have a demo on Applab and want to add a button to the UI that
sends you to the full game PDP.I am using Unity 2020.3 and
Application.OpenURL("www.oculus.com/experiences/quest/4905803746141022");
doesn't do anything in the built demo.Is this
pos...
Hi. I have a demo on Applab and want to add a button to the UI that
sends you to the full game PDP.I am using Unity 2020.3 and
Application.OpenURL("www.oculus.com/experiences/quest/4905803746141022");
doesn't do anything in the built demo.Is this
pos...
I have a demo game on Applab and want to add a button to the UI which
will take the player to the full game in Applab.Is there a way to do
this? Cheers!
I am using Unity 2020.3Using
Application.OpenURL("www.oculus.com/experiences/quest/4905803746141022");
doesn't do anything in the built game (although in-editor it does open a
website).