Skip to content

Commit 038daa4

Browse files
committed
Merge remote-tracking branch 'origin/main' into feature/support-network-id-blocks
2 parents e33a578 + 0ea4a8b commit 038daa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Runtime/Code/Luau/LuauMetadata.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,7 @@ public class LuauMetadataProperty {
225225
public string fileRef;
226226

227227
#if UNITY_EDITOR
228-
[SerializeField]
228+
[JsonProperty][SerializeField]
229229
#endif
230230
private List<LuauMetadataDecoratorElement> decorators = new();
231231
public bool nullable;
@@ -552,7 +552,7 @@ public class LuauMetadata {
552552
public string name;
553553
public bool singleton;
554554
#if UNITY_EDITOR
555-
[SerializeField]
555+
[JsonProperty][SerializeField]
556556
#endif
557557
private List<LuauMetadataDecoratorElement> decorators = new();
558558
public List<LuauMetadataProperty> properties = new();

0 commit comments

Comments
 (0)