Dissonance icon indicating copy to clipboard operation
Dissonance copied to clipboard

Positional Data "not available"?

Open solarmp3 opened this issue 1 year ago • 5 comments

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!

solarmp3 avatar Jul 22 '24 13:07 solarmp3

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.

martindevans avatar Jul 22 '24 13:07 martindevans

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.

solarmp3 avatar Jul 22 '24 17:07 solarmp3

The tracker needs to be attached to the player objects.

martindevans avatar Jul 24 '24 12:07 martindevans

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.

Fraccas avatar Aug 11 '24 06:08 Fraccas

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

martindevans avatar Aug 12 '24 11:08 martindevans