Construct 3 r495

You're viewing a single comment in a conversation. View all the comments
  • 3 Comments

  • Order by
  • 'export to folder' will fail on WebView2 if trying to export with the bundle set to 'none' or 'assets' as the editor can't write .dll files.

    The workaround is to set the bundle to 'exe' and the export then works.

    Ashley, it might be worth disabling those bundle options if this method is selected beforehand.

      • [-] [+]
      • UpvoteUpvote 1 DownvoteDownvote
      • Ashley's avatar
      • Ashley
      • Construct Team Founder
      • 1 points
      • (1 child)

      A default WebView2 export does not include any DLL files and should work in any bundle mode. Being unable to write a DLL from a browser is a known issue and the editor should show a special message about it when it cannot write a DLL file - another workaround is just to choose the zip export mode.

      • Ah okay, It looks like it was the fileSystem plugin causing the problem. I'm getting 'failed to write scirra-filesystem-x64.ext.dll'

        Still, no big issue as it doesn't prevent .exe export, just thought I'd mention it.

        Very pleased to have it as an option too btw!