The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

Hi everybody,

I just started into Godot to check whether it might be usable for sth. I want to try to investigate. I am completely new to engines and game programming using them.

So I am currently working myself through the Godot docs trying to follow their instructions. For whatever reasons the text of the label which is added in this step does not show up in my view window nor when running the project.
What do I wrong here? I just downloaded Godot, read the docs until this point and now try to follow these steps.

Any help really appreciated!

Thank you!

Godot version v3.5.stable.official
in Engine by (12 points)

It's hard to say what's wrong here without something to look at. Ideally, post a link to the project and someone can probably take a look.

Since it is a local project and I just did exactly step by step what the Docs says in the Nodes and Scenes section - what shall I upload?

This is the project file named Label.tscn:

[gd_scene format=2]

[node name="Label" type="Label"] marginleft = -7310.0 margintop =
-11289.0 marginright = 7342.0 marginbottom = -5844.0 text = "Hello World!" percent_visible = -0.0909091

Here is the the project file and here how it looks for me in Godot:
enter image description here

I already changed the percent_visible to 1.0 but nothing helps. This is really weird since I just did what the docs section says - nothing else.

Any idea?

Ok, I cleaned everything I could find of Godot (including Appdata dirs), downloaded and extracted it again and started over. This time it worked like expected.

Main difference: In the first attempt Label was created without any dimensions (it was a dot). I increased width and height and then entered the text.
This time the label got created already having the dimensions like shown on the screen.

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.