5 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
49
views
Error when loading FBX file in EditorImportPlugin - how to load fbx files?
I am trying to create an EditorPlugin/EditorImportPlugin to import fbx files. More specifically I want to extract the animations from the files and save them as a .res file.
Normally I go over the ...
0
votes
0
answers
75
views
Godot Android Plugin: Engine.has_singleton(_plugin_name) returns false
I'm trying to build an Android App using Godot. Since I need a specific Android Library I tried creating a Godot Android Plugin following the official template.
For the library I had to update the ...
0
votes
1
answer
120
views
Can't connect to MariaDB in godot
I'm trying to connect to my local database on godot, and the _connect_to_dv_srvr() function does not return any errors. But once I try to create a connection instance, it returns null!
var db_general: ...
1
vote
0
answers
458
views
Godot GDExtension Error: "No library found for OS/arch" despite correct paths
I'm facing a problem which I don't really understand when trying to use a GDExtension library in a new project, so I'm going to explain as detailed as possible what I think might be important. I thank ...
0
votes
1
answer
42
views
invalid call to function 'connect' in base 'NAtiveScript'. expected 3 arguments in godot
im using godot SQLite for my project there is to many invalid. here is my code
and im using godot 3.6
`extends Node
Reference the SQLite plugin script
#onready var db = preload("res://addons/...