![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | mbarak000 |
using Godot;
using System;
public class player : Node
{
public override void _Ready()
{
GD.print(“Hello” + Name);
}
}
![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | mbarak000 |
using Godot;
using System;
public class player : Node
{
public override void _Ready()
{
GD.print(“Hello” + Name);
}
}
![]() |
Reply From: | exuin |
Try Print with a capital “P”.
Sure would be nice if the Godot C# introduction (Introducing C# in Godot) cased this correctly!
Speak2Animals | 2021-10-12 02:59