Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in godot

How to change key frame values in GDScript (Godot)?

Godot setting anchor to "full rect" doesn't stretch the background image across entire game play field

godot godot4

Godot3 change color of meshInstance

godot

How to draw a Shape2D in toolmode?

godot gdscript

Godot - how can I load 7,500,000 tiles without it taking so long?

godot

How do I access a singleton I created in my AutoLoad script in a scene's C# code? (Godot 3)

c# mono godot

Is there any way in Godot 3.5.x to round corners of images?

godot godot3

Using Python in Godot

python godot

C#: Callback code won't be generated, please add it manually

c# godot

Godot: Set editable children on certain nodes as default

godot

Detecting click/touchscreen input on a 3d object inside godot

godot

Godot: Is there any way I can invoke a method in my Script from the editor? (for testing purposes)

godot

How to force Godot to recalculate control nodes size/position?

godot

*.import and *.tres files in godotengine

godot

Is there any way to pass a built-in variable by reference in GDScript?

TaskCompletionSource not working with more than one awaited Task - what am I doing wrong?

c# async-await godot

GODOT - C# referencing current node

c# godot

Is it possible to create new C# scripts with proper namespace?

c# godot

Android Godot integration: limit log

android godot godot4

How can I detect mouse input on an Area2D node in Godot (viewport and shape_idx error)?