https://github.com/naverz/zepeto-studio-kor/discussions/176
Start() {
// Grab the user id specified from logging into zepeto through the editor.
ZepetoPlayers.instance.CreatePlayerWithUserId(WorldService.userId, new SpawnInfo(), true);
ZepetoPlayers.instance.OnAddedLocalPlayer.AddListener(() => {
let _player = ZepetoPlayers.instance.LocalPlayer.zepetoPlayer;
_player.character.gameObject.AddComponent<T>();
});
}