more jagged arrays are fine

This commit is contained in:
James Frowen 2020-12-15 22:57:46 +00:00 committed by GitHub
parent 58aeb622ba
commit b2f95397d8
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.
- Jagged and Multidimensional array
- Multidimensional array
- Types that Inherit from `UnityEngine.Component`
- `UnityEngine.Object`
- `UnityEngine.ScriptableObject`
@ -55,7 +55,7 @@ Weaver will Generate Read Write functions for
- Classes or Structs
- Enums
- Arrays
- eg `int[]`
- eg `int[]` and `int[][]`
- ArraySegments
- eg `ArraySegment<int>`
- Lists