SkyKn1ght
SkyKn1ght
发现当前版本 v1.4 ~ 1.4.3 的处理都是若有未填的格子时: string 类型自动填为 "" (0长度字符串), number类型自动填为 0.0 , boolean 类型自动填为 false 建议规则改为,若有未填的格子时,无论指定是什么类型,都不如直接 剃除这对 key-value 项。 这样至少有两个明显好处: 1 若是不用这些格数据,可以故意不填,这样处理可以明显减少json文件的尺寸 2 便于使用者自己实现默认值功能,等于是用 undefined作为默认值标记——可以故意不填一些格子,运行时可以代码检测读到的值是否 undefined 然后替换成自己约定的指定默认值
疑似因为 Program.Options.cs 中 cell_json,all_string 与 lowcase 3个命令的缩写 都是 'l' 导致的冲突; 当命令行使用 -cell_json true 参数时,运行结果 变成全是字符串了 GUI 运行无此问题,恳请尽快修复
Opening the exported game datasheet with Microsoft excel v2108( 14332.20736) reports an error: 发现"export_2024_08_21_12_54.xlsx"中的部分内容有问题。是否让我们尽量尝试恢复?如果您信任此工作薄的源,请单机“是” [error.zip](https://github.com/user-attachments/files/16686295/error.zip)
After entering the command and pressing Enter, the command is not executed. This happens every time.
**Description of the bug** After entering the command and pressing Enter, the command is not executed. This happens every time. **Platform specs** - Unity version: 6000.2.10f1 with Unity UI 2.0.0...