Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 1.65 KB

README.md

File metadata and controls

42 lines (30 loc) · 1.65 KB

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

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