You've already forked CC-Framework.EditorExtend
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:
@@ -1,8 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
All notable changes to this package will be documented in this file.
|
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
|
### Added
|
||||||
- 初始版本发布
|
- 初始版本发布
|
||||||
- 支持Figma坐标系转换
|
- 支持Figma坐标系转换
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ Unity编辑器扩展,为RectTransform组件添加Figma坐标支持。
|
|||||||
1. 打开 Package Manager 窗口
|
1. 打开 Package Manager 窗口
|
||||||
2. 点击左上角的 "+" 按钮
|
2. 点击左上角的 "+" 按钮
|
||||||
3. 选择 "Add package from git URL"
|
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`
|
||||||
|
|
||||||
### 手动安装
|
### 手动安装
|
||||||
|
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: {生成的GUID}
|
guid: 688f74923634b1f498fae0be3a0a38ca
|
||||||
folderAsset: yes
|
folderAsset: yes
|
||||||
DefaultImporter:
|
DefaultImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
userData:
|
userData:
|
||||||
assetBundleName:
|
assetBundleName:
|
||||||
assetBundleVariant:
|
assetBundleVariant:
|
||||||
|
|||||||
13
Assets/CCTools/Runtime/CCTools.RectTransform.Runtime.asmdef
Normal file
13
Assets/CCTools/Runtime/CCTools.RectTransform.Runtime.asmdef
Normal 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
|
||||||
|
}
|
||||||
@@ -0,0 +1,2 @@
|
|||||||
|
fileFormatVersion: 2
|
||||||
|
guid: dd3cc913a94d80e468c2c4c1f6dac621
|
||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "com.foldcc.cc-framework.editorextend",
|
"name": "com.foldcc.cc-framework.editorextend",
|
||||||
"version": "1.0.0",
|
"version": "1.1.0",
|
||||||
"displayName": "CC-Tools RectTransform",
|
"displayName": "CC-Tools RectTransform",
|
||||||
"description": "A Unity editor extension that adds Figma coordinate support to RectTransform components.",
|
"description": "A Unity editor extension that adds Figma coordinate support to RectTransform components.",
|
||||||
"unity": "2019.4",
|
"unity": "2019.4",
|
||||||
|
|||||||
Reference in New Issue
Block a user