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

Is it possible to make something for GODOT to teach users how to use the game engine interactively so that people who are new to this game engine can learn how to make games quickly?

in Engine by (194 points)
recategorized by

You can find a few video tutorials on YouTube already that show you the things in action. The next step to make this interactive is to have a teacher or someone live helping you :p
Do you mean the engine should have a tutorial mode?

Yes I do mean that, the best way to learn by yourself is by learning interactively. Is this possible to implement this?

2 Answers

0 votes

I guess that should be possible with the current version of godot.

by (703 points)

Possible, yes. Easy... uuh /me run away

(In my experience, everytime a tutorial has to be added to a game project, it introduces countless bugs. Now imagine that on Godot....)

Yeah, no, we don't want a tutorial mode. Better would be a tutorial plugin (enable in Project Settings) and should avoid a lot of the "tutorial mode" hardwiring that spawns the bugs in other engines.

0 votes

Something like an in-editor tutorial could be realized via an Editor plugin in the 2.1.beta branch of Godot. To walk through things when a game is run the plugin could set things up so the game could temporarily swap things in the script to custom nodetypes just prior to running (then back to the normal nodenames when the game exits).

Just a forewarning that the plugin code is highly bleeding edge and may not be completely working. In fact it is very likely to have a bug or two or three or more. Documentaion is also spotty and the documentation tutorial for plugins currently only covers two of the use cases (docking plugin and custom nodetype plugin).

by (45 points)

@gau_veldt Oh ok then how and where do I get this plugin then?

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.