I’ve turned on “Always Show Touch Interface” in Project Settings - Input, and am using the DefaultVirtualJoysticks (/Engine/MobileResources/HUD/DefaultVirtualJoysticks)
The joysticks appear when running the game in the editor and mobile preview window, but they don’t appear in the actual iOS packaged game.
Log from the device shows the following error:
LogStreaming: Error: Couldn’t find file for package /Engine/MobileResources/HUD/DefaultVirtualJoysticks requested by async loading code. NameToLoad: /Engine/MobileResources/HUD/DefaultVirtualJoysticks
“Exclude editor content when cooking” in Project Settings - Packaging is set to off, so the default engine stuff should be included in the packaged game.
Anyone can help with this problem?