Godot Visual scripting Help and document ion pleas

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By 3dart

Hello all I was wondering one if it’s possible to make a 3D like Pokemon game with Godot? And if so would I be able to do it with Godot’s Visual script editor? To my next question, Is there any good documentation In video tutorial format for what I’m trying to? and last question would it be possible to make a 3D character/player choice option like in Pokemon boy or girl? Plus with Godot can you make a data game save cloud system or not yet

a side question can you export a game to Android or ios without needed to add to get the swipe plugin to play the game ?

I’m asking about Visual scripting mainly because I haven’t seen anyone make a 3D game with it yet

:bust_in_silhouette: Reply From: kidscancode

Visual scripting is very much a work in progress. To be frank, the main reason you can’t find much in the way of documentation or examples is that not many people are using it. It also needs more development work, but currently there don’t seem to be any developers prioritizing it over other features for 3.1. You’re far better off using GDScript.

As for your questions, all the things you ask about are technically possible, but will require a lot of work on your end. If you’re inexperienced in 3D development, you might want to start with something a bit smaller in scope before you tackle such a large project as a 3D Pokemon-like.

ah ok any good ideas

3dart | 2018-12-11 02:45

The traditional suggestions are to pick something simple - perhaps an arcade classic or relatively small mobile game, and try to make that.

Common choices include Flappy Bird, Doodle Jump, Galaga, Breakout, and other games of that nature. I usually recommend focusing on 2D until you become comfortable with how everything works, then try moving to 3D.

kidscancode | 2018-12-11 04:02