Bump version to 1.1.0 and optimize CCTools package

- Update package version to 1.1.0
- Modify README with new package version
- Add runtime assembly definition
- Update CHANGELOG with interface and feature improvements
- Optimize package metadata and documentation
This commit is contained in:
2025-02-11 17:29:44 +08:00
parent a812266900
commit 33af3aa50f
6 changed files with 25 additions and 5 deletions

View File

@@ -1,8 +1,13 @@
# Changelog
All notable changes to this package will be documented in this file.
## [1.1.0] - 2025-02-11
### Changed
- 优化界面显示
- 修改功能名称为"美术坐标同步"
- 优化代码结构
## [1.0.0] - 2024-03-XX
## [1.0.0] - 2025-02-11
### Added
- 初始版本发布
- 支持Figma坐标系转换

View File

@@ -16,7 +16,7 @@ Unity编辑器扩展为RectTransform组件添加Figma坐标支持。
1. 打开 Package Manager 窗口
2. 点击左上角的 "+" 按钮
3. 选择 "Add package from git URL"
4. 输入: `http://private.lightyears.ltd:18650/foldcc/CC-Framework.EditorExtend.git`
4. 输入: `http://private.lightyears.ltd:18650/foldcc/CC-Framework.EditorExtend.git#1.1.0`
### 手动安装

View File

@@ -1,8 +1,8 @@
fileFormatVersion: 2
guid: {生成的GUID}
guid: 688f74923634b1f498fae0be3a0a38ca
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
assetBundleVariant:

View File

@@ -0,0 +1,13 @@
{
"name": "com.foldcc.cc-framework.editorextnd.rectransform.runtime",
"references": [],
"includePlatforms": [],
"excludePlatforms": [],
"allowUnsafeCode": false,
"overrideReferences": false,
"precompiledReferences": [],
"autoReferenced": true,
"defineConstraints": [],
"versionDefines": [],
"noEngineReferences": false
}

View File

@@ -0,0 +1,2 @@
fileFormatVersion: 2
guid: dd3cc913a94d80e468c2c4c1f6dac621

View File

@@ -1,6 +1,6 @@
{
"name": "com.foldcc.cc-framework.editorextend",
"version": "1.0.0",
"version": "1.1.0",
"displayName": "CC-Tools RectTransform",
"description": "A Unity editor extension that adds Figma coordinate support to RectTransform components.",
"unity": "2019.4",