This site is currently in read-only mode during migration to a new platform.
You cannot post questions, answers or comments, as they would be lost during the migration otherwise.
0 votes

I am doing "Your first game" project from godot and I am stuck when it says:

You can assign this property’s value in two ways:
Drag Mob.tscn from the “FileSystem” panel and drop it in the Mob property .
Click the down arrow next to “[empty]” and choose “Load”. Select Mob.tscn.

I cant find Mob.tscn. What should I do?

https://docs.godotengine.org/en/stable/getting_started/step_by_step/your_first_game.html#main-script

in Engine by (15 points)

1 Answer

0 votes
Best answer

The "Mob.tscn" file that you created when you saved the mob scene appears in the FileSystem panel on the left side, where all the project files are listed. Do you not see it there? Did you try the other option of choosing "Load"?

by (22,191 points)
selected by

There is no mod.tscn in FIleSystem panel, and load does not work. I have Main.tscn and Player.tscn

It seems that I saved mob in as a child node of player. So I have a mob.gd but no mob.tscn.

I just realised what I did wrong. Thanks for the help

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.