Hi,
I’ve some strange crashes when loading scene only when building as UWP for windows 10 (not in normal PC build). I would like to fix it but I have some issues :
-
I can’t find a log file on the build directory. In normal PC build, there is a output_log.txt , but for UWP I can’t find one. I’ve seen in the forum some devs that link some logs. Where do you find it?
-
When I try to launch the exe (without doing “build and run” in Unity), I have a popup with this message that shows up : “This application can only run in the context of an app container”.
Is there a way to launch it whitout rebuilding it?
EDIT : for this I found a way in Visual studio, with “Debug installed app package”.
Thanks in advance