You've already forked CC-Framework.EditorExtend
- 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
18 lines
481 B
JSON
18 lines
481 B
JSON
{
|
|
"name": "com.foldcc.cc-framework.editorextend",
|
|
"version": "1.1.0",
|
|
"displayName": "CC-Tools RectTransform",
|
|
"description": "A Unity editor extension that adds Figma coordinate support to RectTransform components.",
|
|
"unity": "2019.4",
|
|
"keywords": [
|
|
"editor",
|
|
"ui",
|
|
"tools",
|
|
"figma"
|
|
],
|
|
"author": {
|
|
"name": "CC-Tools",
|
|
"email": "foldcc@lightyears.com",
|
|
"url": "https://lightyears.ltd"
|
|
}
|
|
} |