Jump to content

Bowling Home VR - My little project for VR content on Focus platform


iMMERGENCE

Recommended Posts

look it's ok for Get user name and image but didn't receive anything with leaderboard, stats and achievment.

i don't have callback function when i used downloadStats() or anything else.

 

i make a video for show a little (sorry for quality) need to invest i think in Vysor

 

 

i tried this by example but not work correclty for me, anybody can help please

 

	public void GetAchievment(){		if (bInit == true && bIsReady == true) {			bool bAchievement = false;			bAchievement = UserStats.GetAchievement (achivToEdit);			Viveport.Core.Logger.Log ("Get achievement => " + achivToEdit + " , and value is => " + bAchievement);			infoTextLeaderboard.text = "Get achievement => " + achivToEdit + " , and value is => " + bAchievement;		} else {			Viveport.Core.Logger.Log ("Please make sure init & isReady are successful.");			infoTextLeaderboard.text = "Please make sure init & isReady are successful.";		}	}	public void SetAchievment(){		if (bInit == true && bIsReady == true)		{			UserStats.SetAchievement(achivToEdit);			Viveport.Core.Logger.Log("Set achievement => " + achivToEdit);			infoTextLeaderboard.text = "Set achievement => " + achivToEdit;		}		else		{			Viveport.Core.Logger.Log("Please make sure init & isReady are successful.");			infoTextLeaderboard.text = "Please make sure init & isReady are successful.";		}	}

 

 ( )

Link to comment
Share on other sites

  • Replies 31
  • Created
  • Last Reply

Yes please let me know how can you help for better implementation. It's ok now i can get username and userphoto with viveport SDK but i am block at the moment to leaderboard, stats, and achievment. don't know how use it correctly for retrieve information. i created multiple leaderboard and stats in dashboard application. i try to link together for build all necessary component for have a good bowling game.

 

Best,

Loic

Link to comment
Share on other sites

  • 3 weeks later...

Since the update of the controller, my game is less playable for throw my ball now. :smileysad:

When controller is not display in camera view, the controller rotate strangly and it is very difficult to throw the ball in front of the player. for me it was better before update !

 

So how retrieve controller before update controller ? possible or not

 

 

Link to comment
Share on other sites

it is not just in my game but everywhere i saw,

the controller is really not cool for interaction now. it rotating strangly everytime, i don't know why,i think you add smooth movement and reorient when camera see the controller maybe..what s going on please. Possibility to back before controller update ? please put an options for this controlle rotate strangly. for me i don't want this feature cause all my work is down now with this controller update. i am disappointed if cannot use controller setting before update.

 

Link to comment
Share on other sites

  • 3 weeks later...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...