Skip to content

Commit

Permalink
Patch Workspace.CollisionGroups to serialize (#308)
Browse files Browse the repository at this point in the history
Fixes #302's main issue, where `Workspace.CollisionGroups` no longer
serializes. Also updates the database to 582, which includes the changed
serialization. Relevant diff is at lines 57299-57316 in the JSON
database, if you want to check.
  • Loading branch information
Dekkonot committed Jul 1, 2023
1 parent 835a7d3 commit 6676335
Show file tree
Hide file tree
Showing 4 changed files with 579 additions and 309 deletions.
6 changes: 5 additions & 1 deletion patches/workspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,8 @@ Change:
Type: SerializesAs
As: SignalBehavior2
SignalBehavior2:
AliasFor: SignalBehavior
AliasFor: SignalBehavior

CollisionGroups:
Serialization:
Type: Serializes
Loading

0 comments on commit 6676335

Please sign in to comment.