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