Custom attributes not being passed in session information

In order to communicate the game mode to the dedicated server, I’m attempting to use custom attributes on the session template however they are not being forwarded along with the session information.


Hi @njupshot,

We don’t support appending attributes from matchmaking requests and the session template. We recommend adding the custom attribute to your matchmaking or creating a session request.

  1. Matchmaking with added attributes: Integrate matchmaking (Unity) | AccelByte Documentation

  2. Create a session with added attributes

I hope this answers your questions.