Hi, guys
I've successfully deployed my Mods with Mobile previewer in UDK May version.
Today I want to try the new released June version(Although it's already in July now, but... whatever.)
I followed the instructions to migrate my mobile project, and everything goes well when I click "Play from here"/"on PC", but when I tried "Play Level->"Play On mobile previewer", it tells me"Scripts are outdated", and nothing happened after I chose Yes. I repeated several times without anything better. I then noticed that:
1. It created a new folder "MobileGame/Script" right under path"../UDK-2011-06", with all compiled .u files there. I used to think they should be merged into "/UDKGame", since all config files and content packages were moved there.
2. The log fires lots of warnings. One of them is:
[0046.05] Warning: Warning, Can't find files matching c:\udk\udk-2011-06\binaries\win32\..\..\Development\Src\MobileGame \Classes\*.uc
Errr... Come on, I sure know there will be no .uc under this path.
And other warnings are about unresolved references to my materials,etc.
I think it's the command of "Play Level->"Play On mobile previewer" in UnrealEd keeps it's rock as May version. So any solution? Thanks very much.
I've successfully deployed my Mods with Mobile previewer in UDK May version.
Today I want to try the new released June version(Although it's already in July now, but... whatever.)
I followed the instructions to migrate my mobile project, and everything goes well when I click "Play from here"/"on PC", but when I tried "Play Level->"Play On mobile previewer", it tells me"Scripts are outdated", and nothing happened after I chose Yes. I repeated several times without anything better. I then noticed that:
1. It created a new folder "MobileGame/Script" right under path"../UDK-2011-06", with all compiled .u files there. I used to think they should be merged into "/UDKGame", since all config files and content packages were moved there.
2. The log fires lots of warnings. One of them is:
[0046.05] Warning: Warning, Can't find files matching c:\udk\udk-2011-06\binaries\win32\..\..\Development\Src\MobileGame \Classes\*.uc
Errr... Come on, I sure know there will be no .uc under this path.
And other warnings are about unresolved references to my materials,etc.
I think it's the command of "Play Level->"Play On mobile previewer" in UnrealEd keeps it's rock as May version. So any solution? Thanks very much.
Comment