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": "0.2.2",
"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@0.2.2@anatawa12.zip?fileId=packages%2F0f99fac8851f6b4ee30cf8a96a19b2fba426a9c17f0d2dcabe7934bddf043a79%2Fcom.anatawa12.custom-localization-for-editor-extension@0.2.2@anatawa12.zip",
"localPath": null,
"author": {
"name": "anatawa12",
"email": null,
"url": "https://anatawa12.com/"
},
"zipSHA256": "0f99fac8851f6b4ee30cf8a96a19b2fba426a9c17f0d2dcabe7934bddf043a79",
"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
}