ue5.5のcitysampleでAutomatedPerfTestingのpluginが原因でbuildが通らない #36
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
build時に
AutomatedPerfTesting
というpluginでUE_5.5/Engine/Plugins/Performance/AutomatedPerfTesting/Build/Scripts/AutomatedPerfTestConfig.cs,AutomatedPerfTestNode.cs
が見つからないと言われる。pluginは一応入っているようです。build時はwindows-sdkの更新を押しても失敗する。基本的にはue5.4と同じ構成で
VS Installer
を更新している。AutomatedPerfTesting
は5.5に入ったものらしい。https://dev.epicgames.com/documentation/ja-jp/unreal-engine/unreal-engine-5.5-release-notes
${project}/Build/Script/CitySample.Automation.csproj
で呼び出しているらしい。これはbuild scriptなのでcitysampleを入れたときに勝手に入るものだと思う。ue5.5用だろう。pathがおかしいのかと思いue5.5をreinstallして、citysampleを入れ直してみたけど、buildできないので、こちら側の問題ではないですね。
${project}/Build/Script/CitySample.Automation.csproj
を修正するか、AutomatedPerfTestConfig.cs,AutomatedPerfTestNode.cs
を用意するかです。また、sdk更新が失敗していることからversionの問題かもしれません。ue5.5でAutomatedPerfTestingのpluginが原因でbuildが通らないto ue5.5のAutomatedPerfTestingのpluginが原因でbuildが通らないue5.5のAutomatedPerfTestingのpluginが原因でbuildが通らないto ue5.5のcitysampleでAutomatedPerfTestingのpluginが原因でbuildが通らないhttps://forums.unrealengine.com/t/automatedperftesting-plugin-does-not-build-when-building-city-sample-in-ue5-5/2134722
I found a way. Go to github src and download the file.
https://www.unrealengine.com/en/ue-on-github
https://github.com/EpicGames/UnrealEngine/tree/release/Engine/Plugins/Performance/AutomatedPerfTesting/Build/Scripts