Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chickensoft-games/serialization.godot

Godot-specific JSON converters for Chickensoft.Serialization.
https://github.com/chickensoft-games/serialization.godot

chickensoft godot serialization

Last synced: 3 months ago
JSON representation

Godot-specific JSON converters for Chickensoft.Serialization.

Awesome Lists containing this project

README

        

# Godot Serialization

[![Chickensoft Badge][chickensoft-badge]][chickensoft-website] [![Discord][discord-badge]][discord] [![Read the docs][read-the-docs-badge]][docs] ![line coverage][line-coverage] ![branch 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:

```csharp
GodotSerialization.Setup();
```

---


Chickensoft.Serialization.Godot

---

🐣 Package generated from a 🐤 Chickensoft Template —

[chickensoft-badge]: https://raw.githubusercontent.com/chickensoft-games/chickensoft_site/main/static/img/badges/chickensoft_badge.svg
[chickensoft-website]: https://chickensoft.games
[discord-badge]: https://raw.githubusercontent.com/chickensoft-games/chickensoft_site/main/static/img/badges/discord_badge.svg
[discord]: https://discord.gg/gSjaPgMmYW
[read-the-docs-badge]: https://raw.githubusercontent.com/chickensoft-games/chickensoft_site/main/static/img/badges/read_the_docs_badge.svg
[docs]: https://chickensoft.games/docsickensoft%20Discord-%237289DA.svg?style=flat&logo=discord&logoColor=white
[line-coverage]: Chickensoft.Serialization.Godot.Tests/badges/line_coverage.svg
[branch-coverage]: Chickensoft.Serialization.Godot.Tests/badges/branch_coverage.svg

[Chickensoft.Serialization]: https://github.com/chickensoft-games/Serialization