GameDevWare.Charon.Unity
2019.2.2
See the version list below for details.
dotnet add package GameDevWare.Charon.Unity --version 2019.2.2
NuGet\Install-Package GameDevWare.Charon.Unity -Version 2019.2.2
<PackageReference Include="GameDevWare.Charon.Unity" Version="2019.2.2" />
paket add GameDevWare.Charon.Unity --version 2019.2.2
#r "nuget: GameDevWare.Charon.Unity, 2019.2.2"
// Install GameDevWare.Charon.Unity as a Cake Addin #addin nuget:?package=GameDevWare.Charon.Unity&version=2019.2.2 // Install GameDevWare.Charon.Unity as a Cake Tool #tool nuget:?package=GameDevWare.Charon.Unity&version=2019.2.2
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
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net35 is compatible. net40 was computed. net403 was computed. net45 was computed. net451 was computed. net452 was computed. net46 was computed. net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
-
.NETFramework 3.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.4.2 | 125 | 12/19/2024 |
2024.4.1 | 117 | 11/25/2024 |
2024.2.19 | 230 | 7/3/2024 |
2024.1.7 | 234 | 3/26/2024 |
2024.1.6 | 161 | 3/3/2024 |
2023.4.16 | 347 | 11/11/2023 |
2023.4.14 | 175 | 10/30/2023 |
2023.4.10 | 168 | 10/25/2023 |
2023.4.5 | 164 | 10/16/2023 |
2023.4.4 | 210 | 10/15/2023 |
2023.4.1 | 196 | 10/5/2023 |
2023.4.0 | 188 | 10/3/2023 |
2021.1.1 | 522 | 3/21/2021 |
2019.4.3 | 787 | 12/23/2019 |
2019.3.6 | 828 | 10/7/2019 |
2019.3.5 | 588 | 9/15/2019 |
2019.2.3 | 735 | 5/5/2019 |
2019.2.2 | 597 | 5/5/2019 |
internal updater has been refactored to use Nuget feed instead custom server
added new "Code and Asset" generation logic
added auto-update window and auto-update check
added CreatePatch and ApplyPatch methods to CharonCli helper
changed behaviour of "Editor window" to close Charon.exe process on
window close to prevent background re-saves and conflicts with source control
fixed "Update Available!" window without actual updates