[Mobile] Load Level wrong interactions

3 levels: Menu, level1, Level2
On PC: Everything work.


On mobile:

Works MENU > LEVEL 1

Doesnt Work LEVEL1 to MENU (Event on clicked Button >Load Level: Menu)

Doesnt Work LEVEL1 to LEVEL 2

I added these lines on Default editor in config, still nothing

 [AlwaysCookMaps]
 +Map=/Game/Maps/GameLVL1
 +Map=/Game/Maps/GameLVL2
 +Map=/Game/Maps/GameLVL3
 +Map=/Game/Maps/GameLVL4
 +Map=/Game/Maps/GameLVL5
 +Map=/Game/Maps/Menu

Howdy giangole,

Thank you for reporting this issue. I am going to need a bit more information before i look into this issue. Would you be able to clarify which version of UE4 you are currently using, and if the version in Binary or Source? Also, Which device are you using to test this issue in mobile?

Are you using the Launch on feature or packaging the project and then deploying it? Is there a way that I may be able to test this issue locally with a simple setup?

Any additional information would be greatly appreciated.

Thanks and have a great day!

UE 4.6 64bit,

Tried on Samsung s4 Mini and One plus One (the issue happens on both).

I ve tried both Launching and packaging, with no avail.


Shouldnt be difficult to demonstrate:

3 LEVELS and 2 WIDGETS:

WIDGET 1: button to link LEVEL1 and LEVEL2 (Onclicked > Load Level>level 2.

WIDGET 2: 2 buttons 1 That loads LEVEL3, one that Loads LEVEL 1.


Result: level 1 links to level 2, LEVEL 2 buttons reload the same level instead of going back to LEVEL 1 or going to LEVEL 3.

Just to clarify, my game WORKS fine on P.C.

Hey giangole,

Thank you again for reporting this issue. I have been able to reproduce what you have been seeing with the level load buttons not working correctly on mobile. I have create JIRA report UE-6442 for the issue and entered that bug into our database so that it may be fixed in a future release.

Thanks again and have a great day!

It’s quite a critical Bug for my project, Is there a workaround to make some similar work? any suggestions?
Anyway, do you know when the next update is going to be released?
thank you again.
Regards.

Hey giangole,

Just had a look at the bug report ticket and the status of the bug is that it is in the processes of being looked into. At this time I am uncertain of when this bug will be resolved or when it will be implemented into a release build. I will be sure to keep you posted when I know more.

As for the workaround, I will try a couple of different setups today and let you know if anything comes from testing,

Thanks!

Hi Giangole,

The purpose of the launch on feature is to have the fastest path to device. This feature will not cook all of the content. Using File → Package and installing the fully cooked content will give you a way to test transitions between maps.
Alternatively, using Unreal Frontend you can specify a list of maps to cook.