kdik / godot-speech-to-text

MIT License
27 stars 3 forks source link

Can't export my game #7

Open hunterczech opened 1 year ago

hunterczech commented 1 year ago

Can't export game with this plugin active...

Tried copying the addons/speechtotext/model to exported game's root folder. Tried even copying entire speechtotext folder and other variations and nothing.

Every time it ends with the same error: core/os/dir_access.cpp:289 - Failed to open res://addons

It's a pity because this addon works flawlessly otherwise.

Export Mode: Export all resourecs in the project Godot version: 3.5.3

hunterczech commented 1 year ago

Never mind. Got it working by excluding the addons/ completely and only including model/

hunterczech commented 1 year ago

It's only working when the game is ran inside its folder. When ran outside it won't work. And the game refuses to export if the addons folder is included. I've even tried solutions from #4