Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/chickensoft-games/serialization.godot
- Owner: chickensoft-games
- License: mit
- Created: 2024-06-10T04:21:17.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-13T19:05:51.000Z (3 months ago)
- Last Synced: 2024-11-13T20:17:56.589Z (3 months ago)
- Topics: chickensoft, godot, serialization
- Language: C#
- Homepage: https://www.nuget.org/packages/Chickensoft.Serialization.Godot
- Size: 86.9 KB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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();
```---
---
🐣 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