Files
CC-Framework.EditorExtend/Assets/CCTools/package.json

18 lines
481 B
JSON
Raw Normal View History

2025-02-11 17:05:39 +08:00
{
"name": "com.foldcc.cc-framework.editorextend",
"version": "1.0.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"
}
}