Search found 38 matches
- Mon Nov 27, 2023 2:19 am
- Forum: Resources
- Topic: Godot3To4FileConversion
- Replies: 5
- Views: 6503
Godot3To4FileConversion
Godot3To4FileConversion is an addon consisting of three GDScript classes that enable certain files written in Godot 3 to be read in Godot 4. Specifically, it provides solutions for these problems: Encryption change in class ConfigFile Encryption change in class File (Godot 3) / FileAccess (Godot 4) ...
- Thu Sep 28, 2023 1:54 pm
- Forum: Tutorials
- Topic: Do THIS Before You Publish Your Godot Game
- Replies: 1
- Views: 2305
Do THIS Before You Publish Your Godot Game
This has some good tips:
Thanks, StayAtHomeDev.
Don't let these basic mistakes make your published Godot game look lazy. These steps are easy to do but also easy to forget when making your game in Godot.
Thanks, StayAtHomeDev.
- Mon Sep 04, 2023 1:54 am
- Forum: General Chat
- Topic: godotxc.com is using nefarious code
- Replies: 15
- Views: 6639
Re: godotxc.com is using nefarious code
Note that the web site's owner may be using third-party services for his store, and those services could be adding the stuff you don't like.
- Sat Sep 02, 2023 5:30 pm
- Forum: General Chat
- Topic: godotxc.com is using nefarious code
- Replies: 15
- Views: 6639
Re: godotxc.com is using nefarious code
What is that?Bog
- Wed Aug 30, 2023 1:21 am
- Forum: General Chat
- Topic: What happed with the old godot forum ?
- Replies: 67
- Views: 44102
Re: What happed with the old godot forum ?
You just have to be aware that it's a bot, and shouldn't trust it 100%. It's the same as doing a web search, but it can be much better if you ask the right question.
- Tue Aug 29, 2023 10:26 pm
- Forum: General Chat
- Topic: What happed with the old godot forum ?
- Replies: 67
- Views: 44102
Re: What happed with the old godot forum ?
Going by what I'm seeing on that forum What's I'm seeing is that people are asking questions about Godot and getting solutions. Occasionally a "Godot politics" discussion gets started and gets out of hand, but that's a small part of the activity, and only a tiny number of people contribut...
- Tue Aug 22, 2023 7:06 pm
- Forum: General Chat
- Topic: godotxc.com is using nefarious code
- Replies: 15
- Views: 6639
Re: godotxc.com is using nefarious code
I did, but I didn't get any browser warnings.You can easily visit the site and see for yourself,
Which domains?Check if the site uses your browser/computer to contact other domains
- Mon Aug 21, 2023 6:04 pm
- Forum: Request Help
- Topic: Getting the API version of Android in Godot 3.5
- Replies: 1
- Views: 4723
Re: Getting the API version of Android in Godot 3.5
From the Godot 4.1 documentation for OS.get_version(): For Android, the SDK version and the incremental build number are returned. If it's a custom ROM, it attempts to return its version instead. https://docs.godotengine.org/en/4.1/classes/class_os.html#class-os-method-get-version I don't know if th...
- Sat Aug 12, 2023 12:12 am
- Forum: General Chat
- Topic: Error when using 4.x tag
- Replies: 0
- Views: 3531
Error when using 4.x tag
When I tried to use the 4.x tag for the post linked below, I got an error when I previewed or submitted the post:
viewtopic.php?t=79The following tags are invalid: 4.x
- Sat Aug 12, 2023 12:00 am
- Forum: Request Help
- Topic: Question about tutorial: Godot 4 and Blender: Setup and Importing // Tutorial
- Replies: 0
- Views: 6900
Question about tutorial: Godot 4 and Blender: Setup and Importing // Tutorial
stayathomedev, I think this is your tutorial, and I have a question about it: https://www.youtube.com/watch?v=6TsdmFvkw9w At about 9:15 in the video, Godot issues an error message about failing to import a texture. The video shows a workaround in Blender that uses the File menu to pack the texture i...