com.anatawa12.custom-localization-for-editor-extensionThe experimental library for Unity extensions which want to have custom locale for translation instead of unity's locale.
Samples~/Legacy
Contains simple ui with localizable with Legacy API
Samples~/EditorOnly
Contains simple EditorWindow with EditorGUILayout
Samples~/EditorOnly
Contains simple MonoBehavior with CL4EE localization attributes.
请注意,这里显示的 package.json 信息是由 API 返回的,并不是原始 package.json 数据。这意味着某些字段可能会被修改或删除。
{
"name": "com.anatawa12.custom-localization-for-editor-extension",
"displayName": "CustomLocalization4EditorExtension",
"version": "1.0.0",
"unity": null,
"unityRelease": null,
"description": "The experimental library for Unity extensions which want to have custom locale for translation instead of unity's locale.",
"url": "https://vpm.vrczh.org/files/download/com.anatawa12.custom-localization-for-editor-extension@1.0.0@anatawa12.zip?fileId=packages%2Fe9bce6905fc3470496c4b601a5749e21aa4f8ef1583817561f951c592793413f%2Fcom.anatawa12.custom-localization-for-editor-extension@1.0.0@anatawa12.zip",
"localPath": null,
"author": {
"name": "anatawa12",
"email": null,
"url": "https://anatawa12.com/"
},
"zipSHA256": "e9bce6905fc3470496c4b601a5749e21aa4f8ef1583817561f951c592793413f",
"legacyPackages": [],
"legacyFolders": {},
"legacyFiles": {},
"changelogUrl": null,
"dependencies": {},
"gitDependencies": {},
"vpmDependencies": {},
"hideInEditor": null,
"keywords": [],
"license": "MIT",
"samples": [
{
"displayName": "Legacy API Usage",
"description": "Contains simple ui with localizable with Legacy API",
"path": "Samples~/Legacy"
},
{
"displayName": "Editor Only sample",
"description": "Contains simple EditorWindow with EditorGUILayout",
"path": "Samples~/EditorOnly"
},
{
"displayName": "Runtime Only sample",
"description": "Contains simple MonoBehavior with CL4EE localization attributes.",
"path": "Samples~/EditorOnly"
}
],
"headers": {},
"id": null
}