Update Serialization.md

adding example of Multidimensional array
This commit is contained in:
James Frowen 2020-12-15 22:58:27 +00:00 committed by GitHub
parent b2f95397d8
commit 9e11d61fea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ Some of these types are unsupported due to the complexity they would add, as men
> NOTE: Types in this list can have custom writers.
- Multidimensional array
- Multidimensional array (eg `int[,]`)
- Types that Inherit from `UnityEngine.Component`
- `UnityEngine.Object`
- `UnityEngine.ScriptableObject`