Hello,
Is it not possible to serialize a 2-Dimensional array? I have tagged the class of the object with [System.Serializable] and to make sure also tagged the variable with [SerializeField] but I always use my data when hitting play.
Does anyone know a solution or workaround for this? As I do some heavy calculation in the editor to obtain that array so I would really like to keep those results.