Skip to content

dxman/Serialization.Godot

 
 

Repository files navigation

Godot Serialization

Chickensoft Badge Discord Read the docs line coverage branch coverage

Godot-specific JSON converters for Chickensoft.Serialization.

Please contribute! This only supports the following types:

  • Vector2
  • Vector2i
  • Transform2D
  • Vector3
  • Vector3i
  • Basis
  • Transform3D
  • Color

Be sure to place the following line somewhere before you start serializing/deserializing:

GodotSerialization.Setup();

Chickensoft.Serialization.Godot


🐣 Package generated from a 🐤 Chickensoft Template — https://chickensoft.games

About

Godot-specific JSON converters for Chickensoft.Serialization.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 90.4%
  • Shell 9.6%