QuickStart C# Overview Godot

preview_player
Показать описание
I remade a UI that I had created in GD Script with C#.
Both projects are available for download at my GitHub.
This is a video to get your feet wet with c# in Godot.

GD Script Project:

C# Project:

0:00 Intro
0:25 Creating a C# Script
1:55 Creating an Array
2:40 get_node(" ") / Referencing nodes
3:43 ForEach loop
4:00 Printing In C#
4:40 Instancing nodes
5:10 Calling node functions
5:47 Altering node Properties
6:25 Adding a texture to a button
7:15 Resource List
8:00 Connecting a node through script
9:00 Creating a Label
10:00 add_child()

The music I used in this video is CCO all from this artist here:
Рекомендации по теме
Комментарии
Автор

Wow that was quick thank you!
That helped to explain the subtle differences between c# and gdscript.

runninggames