gpt4 book ai didi

javascript - 为什么我的 Angular 色不会移动?我不明白为什么我的 Rigidbody 2D 不起作用

转载 作者:行者123 更新时间:2023-11-29 21:32:09 26 4
gpt4 key购买 nike

我想让我的 Angular 色跳起来,但我不明白他为什么不跳。我的代码使用力和 Rigidbody2D。我是 Unity 的新手,找不到任何答案。请帮忙?

我的物理代码:

var trump;

function Start() {
// Assigns the Rigidbody to a variable
trump = GetComponent(Rigidbody2D);

// Variable Switches:

}
function FixedUpdate() {
if (Input.GetKeyDown(KeyCode.UpArrow)) {
GetComponent.<Rigidbody2D>().AddForce(Vector2(0,20));
}

}

This is what it looks like. How do I do this?

最佳答案

您在刚体上选中了“Is Kinematic”,这意味着物理不会影响。您是否有理由使其具有运动性?

关于javascript - 为什么我的 Angular 色不会移动?我不明白为什么我的 Rigidbody 2D 不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35880843/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com