2022年1月17日月曜日

UE4でアイコンを変更する時のエラーへの対応

[UnrealEngine4.27.2][Windows11]で確認  

Platforms > Android > Icons

でアイコンを変更する時に以下のエラーが表示された時の対処方法。

"Could not mark image file for add"


以下を参考にした。

https://answers.unrealengine.com/questions/906467/could-not-mark-image-file-for-add-when-changing-ic.html


一時的にGitをはずしたらできた。





ジオメトリスクリプト(Geometry Script)の学習

  [UnrealEngine5.5.3][Windows11]で確認  全般・基本 【UE5】エディターで編集できるGeometry Toolを作成する 【UE5】UE5のアニメーションに関する新機能をサクッと試せるサンプルを公開しました! コリジョンを使う時 DynamicM...