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. > NOTE: Types in this list can have custom writers.
- Jagged and Multidimensional array - Multidimensional array
- Types that Inherit from `UnityEngine.Component` - Types that Inherit from `UnityEngine.Component`
- `UnityEngine.Object` - `UnityEngine.Object`
- `UnityEngine.ScriptableObject` - `UnityEngine.ScriptableObject`
@ -55,7 +55,7 @@ Weaver will Generate Read Write functions for
- Classes or Structs - Classes or Structs
- Enums - Enums
- Arrays - Arrays
- eg `int[]` - eg `int[]` and `int[][]`
- ArraySegments - ArraySegments
- eg `ArraySegment<int>` - eg `ArraySegment<int>`
- Lists - Lists