GameDevWare.Charon
2019.3.10
See the version list below for details.
dotnet add package GameDevWare.Charon --version 2019.3.10
NuGet\Install-Package GameDevWare.Charon -Version 2019.3.10
<PackageReference Include="GameDevWare.Charon" Version="2019.3.10" />
paket add GameDevWare.Charon --version 2019.3.10
#r "nuget: GameDevWare.Charon, 2019.3.10"
// Install GameDevWare.Charon as a Cake Addin #addin nuget:?package=GameDevWare.Charon&version=2019.3.10 // Install GameDevWare.Charon as a Cake Tool #tool nuget:?package=GameDevWare.Charon&version=2019.3.10
Introduction
Charon is a software for managing game's data. It is used for creating data structure, editing data and accessing this data in the code.
For Unity game engine an Editor Extension is available. For other platforms standalone version should be used with a compatible web browser.
Basics
- Installation
- Creating game data file
- Launching data editor
- Setting up data structure
- Editing documents
- Generating source code (С#)
- Accessing game data (C#)
Additional features
Requirements
Troubleshooting
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.5
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2024.3.6 | 173 | 10/18/2024 |
2024.3.4 | 166 | 10/2/2024 |
2024.2.22 | 135 | 7/9/2024 |
2024.2.18 | 174 | 7/1/2024 |
2024.2.6 | 124 | 6/11/2024 |
2024.2.5 | 104 | 6/10/2024 |
2024.1.13 | 306 | 5/6/2024 |
2024.1.6 | 423 | 3/3/2024 |
2024.1.4 | 257 | 2/20/2024 |
2024.1.1 | 248 | 1/15/2024 |
2024.1.0 | 228 | 1/4/2024 |
2023.4.22 | 252 | 12/13/2023 |
2023.4.16 | 248 | 11/14/2023 |
2023.4.14 | 323 | 10/30/2023 |
2023.4.4 | 308 | 10/15/2023 |
2023.4.1 | 232 | 10/5/2023 |
2023.4.0 | 244 | 10/3/2023 |
2020.1.1 | 2,154 | 3/1/2020 |
2020.1.0 | 609 | 1/22/2020 |
2019.4.3 | 581 | 12/23/2019 |
2019.3.10 | 619 | 11/12/2019 |
2019.3.9 | 580 | 10/28/2019 |
2019.3.8 | 588 | 10/8/2019 |
2019.3.5 | 614 | 9/15/2019 |
2019.3.1 | 988 | 7/22/2019 |
2019.2.3 | 1,173 | 5/5/2019 |
2019.2.0 | 625 | 4/24/2019 |
fix grid sorting for embedded fields and complex types (loc text, formula, etc)
add search support for PickList/Flags attributes
fix Entity/Attribute names like C# keywords cause errors in generated code
fix newline in Entity/Attribute description cause errors in generated code