# com.gameframex.unity.json.simplejson **Repository Path**: ismyway/com.gameframex.unity.json.simplejson ## Basic Information - **Project Name**: com.gameframex.unity.json.simplejson - **Description**: 从SimpleJSON 二次分发而来 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-18 - **Last Updated**: 2026-04-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 基于`SimpleJSON` 的二次修改 该库主要服务于 `https://github.com/AlianBlank/GameFrameX` 作为子库使用。 # 使用方式(三种方式) 1. 直接在 `manifest.json` 文件中添加以下内容 ```json {"com.gameframex.unity.json.simplejson": "https://github.com/AlianBlank/com.gameframex.unity.json.simplejson.git"} ``` 2. 在Unity 的`Packages Manager` 中使用`Git URL` 的方式添加库,地址为:https://github.com/AlianBlank/com.gameframex.unity.json.simplejson.git 3. 直接下载仓库放置到Unity 项目的`Packages` 目录下。会自动加载识别 # 改动功能 1. 增加 `link.xml` 的裁剪过滤 2. 增加 `SimpleJSONCroppingHelper` 防裁剪脚本