Godot engine

3 0 0
                                    

Godot editor layout:

Adding external editor:

Oops! This image does not follow our content guidelines. To continue publishing, please remove it or upload a different image.

Adding external editor:

1. Download VS code

2. In Godot's Editor → Editor Settings menu:

3. Set Dotnet -> Editor -> External Editor to Visual Studio Code.


Errors that you will encounter at the start of setting up Godot C# or VS code as editor:

If you see an error like "Unable to find package Godot.NET.Sdk", your NuGet configuration may be incorrect and need to be fixed.

A simple way to fix the NuGet configuration file is to regenerate it. In a file explorer window, go to %AppData%\NuGet. Rename or delete the NuGet.Config file. When you build your Godot project again, the file will be automatically created with default values.


Godot C# script:

For moving character:

For collision and switching scenes:

Oops! This image does not follow our content guidelines. To continue publishing, please remove it or upload a different image.

For collision and switching scenes:

For collision and switching scenes:

Oops! This image does not follow our content guidelines. To continue publishing, please remove it or upload a different image.


Tips:

When creating script can't have space on the script name.


You've reached the end of published parts.

⏰ Last updated: Nov 18, 2023 ⏰

Add this story to your Library to get notified about new parts!

Godot engine tutorial and problems(Progressing)Where stories live. Discover now