英文: How Can I Get The Global Position Of A Node3D In Godot 4.0? 问题 Node3D.global_position() 和 Node3D...
高度纹理用于什么?
英文: What is height texture used for? 问题 从资产商店下载了纹理资产。但是有一个名为XX_height.png的纹理,如下所示。 我明白这大约包含高度信息,但我认为...
How can I move one Node3D to another Node3D's child in Godot 4.0? And how can I duplicate a random child of a Node3D
英文: How can I move one Node3D to another Node3D's child in Godot 4.0? And how can I duplicate a ...
通过GDScript创建动画
英文: Creating animations through a GDScript 问题 I need to create an animation from an array, but it ju...
如何使Vector3在行走时进行插值处理并带有旋转?
英文: how i can make walking vector3 lerping with rotation? 问题 I'm trying to translate this code from ...
CharacterBody2D 和 StaticBody2D 的碰撞未触发
英文: Collision of CharacterBody2D and StaticBody2D not triggering 问题 I'm trying to trigger a print wh...
有没有更好的方法来在两个不同类的字节缓冲之间进行转换?
英文: Is there a better way to convert between two Byte Buffers of two different classes? 问题 下面是代码部分的中...
Godot: “无法添加子节点,已经有父节点”
英文: Godot: "Can't add child, already has parent" 问题 在运行时,我收到消息“无法将TREE添加到Main3D,Main3D...
KinematicBody2D 在测试游戏时根本不移动
英文: KinematicBody2D not moving at all when testing game 问题 我第一次使用Godot,但出现了一个问题,玩家角色完全不移动,但它确实可以检测到输...
为什么玩家不会摔倒?
英文: Why doesn't the player fall down? 问题 我正在使用Godot制作我的第一个手机游戏,所以我经验不足。这是一个横版平台游戏。当玩家与敌人碰撞时,我希望玩...
4