-
-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: #41
Comments
Mobile Renderer Also wont work in WebBuild This is super useful to have for developing teaching exmples |
I'm not sure what you're talking about. I found mentions of The main problem I encountered is that |
here is a minimal project https://github.com/skooter500/symmetrical-sniffle When I install DebugDraw from assetlib and build for mobile, my app crashes straight after showing the Godot logo on my Pixel 6A. Same if I installed from git yesterday. When I remove DebugDraw it works. Godot 4.2 Windows |
This example doesn't give me anything. Therefore, other data is needed. Please launch the application on your phone, run this command in the console in any folder and send the file If But before that, I hope you have already connected your phone via USB to your computer using ADB. And |
adb server is out of date. killing...
|
A link to download the file https://drive.google.com/file/d/1HtBu1eVr2R1EkQSMAN9M4oIph0rURgcE/view?usp=sharing |
you can use this construction (with ``` or `) to insert code or unformatted text:
Just drag and drop the file (< 10MB) into the text box next time.
There is nothing explicit about my library here. But if you managed to build the APK, then most likely all the libraries are correctly copied to the APK. The only thing I can assume is that you may have different versions of android libraries and the version of the engine. You can provide the entire minimal project folder with all the files, as well as a debugging APK (if it doesn't work either). But at the moment I don't see any problems with my library. |
Ok The issue is that it runs fine with the .Net version of Godot, but crashes on Android when I build with the plain version of Godot that doesnt come with /net/c# |
@skooter500 |
Godot version
4.2
DebugDraw3D version
49df6b8
On which operating systems the error occurs
No response
Using which renderers the error occurs
No response
Issue description
hey I love this plugin and use it in every project and for teaching every day
If I build to Android right now. the game crashes. Deleting the plugin and the game builds fine.
Godot 4.2
Steps to reproduce
Build for Pixel 6a and the game crashes back to home screen straight away
Minimal reproduction project
https://github.com/skooter500/GP-2023
The text was updated successfully, but these errors were encountered: