こんばんわ、初心者です
ue5.6(現状の最新版)でローカライズのテキスト収集
が正常に動作していないようにみられるので質問させてください。
試した手順について
ue5.6のテンプレートからブループリント、サードパーソンを選択し
バリアントはcombatを選択し作成を押す
エディタのライブコーディングはオフにしてます
テンプレートが立ち上がると
contentディレトリ以下にウィジェットブループリント作成
キャンバスとテキストを追加テキストは「テキスト」としてます
ツールのローカリゼーションダッシュボードを出して
テキスト収集を押すと
(上部は省略)
Display: SubmitNested = 0
[2025.07.02-07.09.43:314][ 0]LogInit: Display: Finished.
[2025.07.02-07.09.43:314][ 0]LogInit: Display:
Execution of commandlet took: 0.00 seconds
[2025.07.02-07.09.43:385][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete
[2025.07.02-07.09.44:680][ 0]LogAssetRegistry: Display: Asset registry cache written as 70.8 MiB to ../../../../../UE5 PROJECT/TESTProject/Intermediate/CachedAssetRegistry_*.bin
[2025.07.02-07.09.44:847][ 0]LogShaderCompilers: Display: Shaders left to compile 0
と、表示されアイコンが赤い十字になったところで
進行していないようにみられます。
と、このようになり初心者のうっかりミスである可能性もなきにあらず
ですが成功した試しもないのでアドバイスください。
piropiro
(piropiro)
August 15, 2025, 1:01am
2
同じ症状で困ってます。公式さんよろしくお願いします。
kiruru002
(kiruru002)
September 1, 2025, 6:16am
3
Hello everyone, I got the red cross.
Open the Localization Dashboard and check the “Target Dependencies” setting in the “Gather Text” section on the right.
If Engine, Editor, etc. are included, uncheck them.
Also, if you have specified file names, such as “path/to/ST_,” limit the file names to “path/to/” and limit the folder names only.
At least it worked for me in 5.6.
It is worth checking the log.
The logs obtained via “Copy Log” or “Save Log” had the detected asset names output starting…
こちらと同じ現象かと思われます
「ターゲットの依存関係」のEditorとEngineをオフにしてみてください
返信おくれましてすみません
「ターゲットの依存関係」のEditorとEngineをオフに
してみましたが自分の環境では変化なしでした。
そこで他の検索をしてみたのですが
こちらを参考にして試したところ
ローカライズが正常に機能するようになったようです。
Previously, I used UE 5.5 and could gather text normally. However, when I switched to UE 5.6, text gathering failed because there was no manifest file.
例:
UE_5.0\Engine\Content\Localization\Editor\Editor.manifest
↓
Copy UE_5.6\Engine\Content\Localization\Editor\Editor.manifest
UE_5.0\Engine\Content\Localization\Engine\Engine.manifest
↓
Copy UE_5.6\Engine\Content\Localization\Engine\Engine.manifest
結局のところこの問題はUE5.6にUE5.5のマニフェスト
ファイルが存在しない事が不具合の原因となっており、
それは最新版の5.6.1にも含まれていないので、
今後もユーザーによってはこの問題は起こるものとみられます。
このような状況ですがこの質問は解決とさせていただきます