Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Positional Data "not available"? #292

Open
solarmp3 opened this issue Jul 22, 2024 · 5 comments
Open

Positional Data "not available"? #292

solarmp3 opened this issue Jul 22, 2024 · 5 comments

Comments

@solarmp3
Copy link

I'm a beginner at using this package, I just need some help with this. I have turned on Use Positional Data and the voice chat works fine, just the problem is that I cannot use position tracking, because it says "positional data not available" when i analyse the playback prefab. Help!

@martindevans
Copy link
Member

Using any positional features needs position tracking setup - to do this you add a tracker component to your player objects which tells Dissonance where they are. Docs for that are here: https://placeholder-software.co.uk/dissonance/docs/Tutorials/Position-Tracking.html

The exact details of position tracking depend on which network backend you're using, most will ship with a tracker component ready to go.

@solarmp3
Copy link
Author

where would i put the tracker component? im using photon pun 2, i have a xr origin in my scene which i control and a prefab for the remote and local players.

@martindevans
Copy link
Member

The tracker needs to be attached to the player objects.

@Fraccas
Copy link

Fraccas commented Aug 11, 2024

The tracker needs to be attached to the player objects.

What is the name of the player tracker in Photon? Others use "hlapi player", "ForgePlayer ", etc.

I'm using Photon Fusion, but I'm not seeing a "photon player" or "fusion player" component to add to my player.

@martindevans
Copy link
Member

Unfortunately the current PhotonFusion package doesn't contain a player tracker implementation. You'll need to implement a custom player tracker script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants