Exports - Windows/Linux

2025-03-10

since version: 0.0.7

  1. Export your project with an export template, e.g to C:\Users\test\Documents\final_build\
  2. Observe that the webview does not work, because the webview files were not properly exported
  3. In Godot, click on any WebView node, and look for the following section in the inspector:
  4. For 'Path', enter C:\Users\test\Documents\final_build\
  5. Click on the checkbox "Fix"
  6. Observe that some information was posted to the Godot console about the fixing process
  7. Run your previously exported build, the webview should now work.