Hi All,
I’m trying to make Hololens 2 App in Unreal Engine 4.27 which parsing data from json file and display data on screen. Problem is that even when I have all required options selected to allow application access internet (Project Settings > Platforms > Hololens > Capabilities) it does not appear in AppxBundleManifest.xml inside appxbundle.
Due to that when I start my app on hololens it’s spinning like it’s loading and crash after a while. Everything works great in Simulator in Unreal Engine app.
Anyone can advice me how to force/override default settings to make new Appxbundle pack with access to internet ?