This version of Unity is unsupported.
Method group is Obsolete

SyncList<T0>.Add

Obsolete The high level API classes are deprecated and will be removed in the future.

Declaration

public void Add(T item);

Parameters

item Item to add.

Description

Same as List:Add() but the item is added on clients.