Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement ReflectValue serialization for Duration (#3318)
# Objective Resolves #3277 Currenty if we try to serialize a scene that contains a `Duration` (which is very common, since `Timer` contains one), we get an error saying: > Type 'core::time::Duration' does not support ReflectValue serialization ## Solution Let `Duration` implement `SerializeValue`. Co-authored-by: Jonathan Cornaz <[email protected]>
- Loading branch information