Godot Version
4.3
Question
So i accidentally deleted addons folder and godot-jolt_windows-x64.dll now exports with my game. Also godot cant see it in plugins tab in project settings. How do i fix it?
4.3
So i accidentally deleted addons folder and godot-jolt_windows-x64.dll now exports with my game. Also godot cant see it in plugins tab in project settings. How do i fix it?
godot-jolt_windows-x64.dll is a gdextension it isn’t enabled from the plugin tab of the project settings. you should just download the plugin again.
if your project can’t open either go directly to the asset store and get the library, or create a new project and build your addons again. copy paste the directory.
If you dont remember all the plugins you can look at the project.godot file.
[editor_plugins]
enabled=PackedStringArray("res://addons/pathsto/plugin.cfg")
...
Thanks! Will try that!