Page cover image

Chat Auto Join

Like what your seeing?

Introduction

Can be connected to a GameObject along with the Clan Chat Director to cause the system to automatically join the clan chat on start up.

Fields and Attributes

ClanId

The ID of the clan that should be joined, this is a ulong value that can usually be found as part of the URL of a clan or similar. You could optionally search for clans using the Clan API and use the ID found there.

This field is private but can be set in the Unity Editor.

[SerializeField]
private ulong clanId;

Last updated