ExtendRealityLtd / ExtendRealityLtd/Malimbe
Create serialized generic subclasses automatically
Open
feature
- Dominant language
- C#
- Stars
- 52
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
This is useful for the boilerplate that is `UnityEvent` subclasses everywhere as well as unsupported types the user defines as well as `Dictionary` for example.
The documentation should give a quick hint (some links?) on how to ensure the type is serializable as just making non-generic subclasses types for types like `Dictionary` doesn't make them magically serializable. At least `ISerializationCallbackReceiver` should be linked.
Contributor guide
Assessment
This issue has not been assessed yet.