-
Hello, I am unable to install the Block-Coding asset correctly. Godot is telling me that some files are missing. I'm wondering if this is compatible with the Android version? I also haven't found another place like Discord to communicate with developers and users. Thank you in advance for your response. |
Beta Was this translation helpful? Give feedback.
Replies: 7 comments 2 replies
-
@zinzin66 this is the place to ask! I haven't tried Godot Block Coding on Android. Can you share a screenshot of the "files are missing" message? |
Beta Was this translation helpful? Give feedback.
-
Godot Engine v4.3.stable.official (c) 2007-present Juan Linietsky, Ariel Manzur & Godot Contributors. |
Beta Was this translation helpful? Give feedback.
-
TranslationServer.get_or_add_domain was added in Godot 4.4, so with 7ecd7cb I made the addon dependant of v4.4. Here is a fix: #398 Are you sure you are getting the same errors with Godot 4.4 for Android? |
Beta Was this translation helpful? Give feedback.
-
I just tested version 4.4.1 and to my surprise everything works. Awesome !! |
Beta Was this translation helpful? Give feedback.
-
Glad to know, thanks for testing and for reporting the issue, @zinzin66 ! |
Beta Was this translation helpful? Give feedback.
-
Hello, I just did this manipulation as you requested. To be sure that nothing interferes with the test, I wanted to create a new project. There must have been an update, the asset seems to have a lot of missing files (if I interpret the messages correctly) Attached are the screenshots and error message. |
Beta Was this translation helpful? Give feedback.
-
I will also make a criticism that I hope will be constructive and not misinterpreted: I'm coming from Sketchware Pro which uses blocks to 'code'I am discovering Godot and the Block-Coding asset. My feeling is that it's made for professionals, for example the only explanatory document is 'hidden' in the asset sources. When you go to the website offered in the links, you don't find any useful information on how it works. To test blocks-code, I created a button with a label and a single action: if I click, the label's text changes. It couldn't be simpler or more basic. Well, despite all my efforts and the help of two AIs, I did not succeed. So I admit that I certainly lack experience, but there is still a problem. That's my feeling, I still hope to find in blocks-code the ideal tool to have a good time and I remain at your disposal to help you. |
Beta Was this translation helpful? Give feedback.
I just tested version 4.4.1 and to my surprise everything works. Awesome !!