Parsing text files and JSON files in C# Godot | Парсинг текстовых файлов и JSON файлов на C# Godot

RU: На Youtube фактически нет роликов по парсингу файлов в Godot Engine, что довольно странным для Меня показалось. Немного подумав, я решил что можно попробовать показать Свой способ парсинга двух типов файлов. Один это JSON, второй это любые текстовые файлы. С XML всё сложнее, чем Я думал, но в скором времени посмотрим. EN: On Youtube, there are actually no videos on parsing files in Godot Engine, which seemed quite strange to Me. After a little thought, I decided that I could try to show my own way of parsing two types of files. One is JSON, the other is any text files. XML is more complicated than I thought, but we’ll see soon. Ссылки | Links: Документация по ошибкам C# | Error documentation C#: Репозиторий | Repository: ​ Исходный код из видео|Source code from the video JSON:
Back to Top