You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
haz — Today at 13:49
Uh idk godot but on the web you can make a function that takes a dragover event argument and then you can do whatever you want from there.
Then you just attach it to the dom element you want with a ondrag="draghandlerevent(event);"
I tested an exported compatibility web release version with Godot's serve.py
After booting engine, file drag and drop operation seems to work, then it is stuck at loading. Same file works on native linux build.
It could be an environment or engine issue, I don't know.
<3
The text was updated successfully, but these errors were encountered: