Hey @niklas_prahl
The Spatial Personas feature is not available in the Simulator. What you're seeing is just a person's photo/avatar, which can be set in the Contacts app. Currently, seat placement in TabletopKit is not working correctly in the Simulator—so to get accurate results, you need to test on a real device.
Testing with Spatial Personas
To properly test Spatial Personas, you need two physical Vision Pro devices with two users who have already set up their Spatial Personas. Additionally, both devices must run the same app version with identical bundle and team identifiers. Here are two ways to achieve this:
Using Xcode: Connect both Vision Pros to the same Mac and build the app under the same development team.
Using TestFlight: Upload the app to TestFlight (internal testing) and install it on both devices.
This ensures that both devices are running the exact same build, which is essential for SharePlay sessions.
Shared Immersive Space & TabletopKit
I've previously attempted to integrate a shared immersive space into a TabletopKit app. However, it seems that Spatial Personas are not currently interactive within TabletopKit when using a custom immersive space.
If your goal is better control over Spatial Persona interactions, I recommend using the Group Activities framework instead, as it may provide more flexibility in handling shared experiences.
Hope this helps! Let me know if you need further clarification.