Table of Contents

Class SerializableArray<T>

A workaround to the Unity Json's class not being able to serialize top level arrays. Including such arrays in another object avoids the issue.

public class SerializableArray<T>

Type Parameters

T
Inheritance
SerializableArray<T>

Fields

Array

public T[] Array

Field Value

T[]