We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e33a578 + 0ea4a8b commit 038daa4Copy full SHA for 038daa4
Runtime/Code/Luau/LuauMetadata.cs
@@ -225,7 +225,7 @@ public class LuauMetadataProperty {
225
public string fileRef;
226
227
#if UNITY_EDITOR
228
- [SerializeField]
+ [JsonProperty][SerializeField]
229
#endif
230
private List<LuauMetadataDecoratorElement> decorators = new();
231
public bool nullable;
@@ -552,7 +552,7 @@ public class LuauMetadata {
552
public string name;
553
public bool singleton;
554
555
556
557
558
public List<LuauMetadataProperty> properties = new();
0 commit comments