Forum Discussion
LNATIONDEV
5 months agoPartner
Lobby Tutorial
Hi, I've just been through the lobby tutorial (Meta Developers) and found the following invalid snippet:
(this.props.matchSpawnPoint as any).as(hz.SpawnPointGizmo).teleportPlayer(enteredBy);
It should be:
(this.props.matchSpawnPoint as any).as(hz.SpawnPointGizmo).teleportPlayer(player);
Also on the same page there is a step to add a single property however in the screenshot you add both properties this could be a little confusing for someone new when they only add the property like asked.
No RepliesBe the first to reply
Quick Links
- Horizon Developer Support
- Quest User Forums
- Troubleshooting Forum for problems with a game or app
- Quest Support for problems with your device
Other Meta Support
Related Content
- 2 years ago
- 2 months ago
- 2 months ago
- 9 months ago