I'm trying to get my cube to only jump on the ground but my if statement isn't working

后端 未结 0 1997
感动是毒
感动是毒 2020-12-02 19:03
{
public Rigidbody rb;
public bool cubeIsOnTheGround = true;
public float speed = 10;

Vector3 direction;

// Start is called before the first frame update
void Star         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题