Leaderboard in Mobile not Showing Up
Hello; I have followed documentation and have toggled a leaderboard to show up in the mobile menu, but it doesn't seem to show up; I do have values on the leaderboard. I was just trying to see if anyone else was experiencing this as well in the Meta Horizon app.Solved55Views0likes2CommentsLeaderboards not working
Since yesterday, the leaderboards in a couple of my worlds have stopped working. My other world creator friends have had the same issue in some (not all) of their worlds since yesterday too, so it’s obviously a Meta issue and not a creator issue. Can Meta advise when this will be fixed please?291Views1like8CommentsLeaderboards.setScoreForPlayer error
Hello, I am just trying to call setScoreForPlayer, but getting and error sayinng that I am passing the server player when I'm pretty sure I'm not. Eitherway, what is the proper way to call this? I have the System->Leaderboards->WorldLeaderboard1 and a worldlbgizmo also called WorldLeaderboard1 that points to the systems leaderboard. //const lp = this.world.getLocalPlayer(); // tried this one first. error server player? const lp = this.entity.owner.get(); // same here error server player if ( lp ) { this.world.leaderboards.setScoreForPlayer("WorldLeaderboard1",lp,score,false ); } Again getLocalPlayer and my local script this.entity.owner.get() also gets this same "server player" error.Solved51Views0likes2CommentsIs there a way to have weekly leaderboards?
I can't figure this one out. Codeblocks have the ability to set the timeframe for leaderboards (ex. weekly, monthly, etc) but there doesn't seem to be a way to set this anywhere now that Codeblocks is not available. How does one set a timeframe for leaderboards so that the leaderboard is cleared out on, say, a weekly basis? Is everyone just coding their own?1.3KViews0likes15CommentsOpen Custom UI Panel Via Button Press
Im not sure if this was asked already but how would one go about using the quest controller specific buttons (A,B,X,Y) to open up a ui panel in a horizon world ? Example: When Y is pressed then menu interface shows up, when Y is pressed again the interface closesSolved496Views1like3CommentsHow to reset leaderboard / show scores for just the last round?
So I have this game where there are two leaderboards--one is the all time leaderboard, the other shows just the scores for the last round. However, there seems to be no way to programmatically reset the leaderboard? What I'd like to do is clear this leaderboard so that the scores I insert are the newest ones just for the previous round. Granted--I suppose this wouldn't work since the var is persistent and people in other instances of this world would see the leaderboards and vice versa...they'd get overwritten. I guess what I'd like to see is some a type of leaderboard that is just for the instance of this world, not globally for all instances? What are people using for this feature? Just rolling your own using the built in text gizmo?350Views0likes3CommentsBuilding Musical Instruments in Horizon Worlds
This is what I have been doing for most of my 3 years in Horizon Worlds. I am looking for people to collaborate with who are “Partners” (maybe not in this group, I am not sure) to build out a School (already roughly started and published) as well as Certification for those learning Basic and Intermediate music for VR and Mobile Web. There is a long list of people who have helped me to get to this stage but almost all of them are now working for Meta, so I am looking for some fresh talent for programming (typescript and codeblocks) as well as Blender and Unity design. * I also want to post a similar message in “What I am Building” section with pictures. Please let me know if there is a rule against posting similar if in two different places as I don’t want to be “That Guy”.149Views6likes0Comments