浏览代码

remove print statement

/hh-develop-water-balloon-fight
HH 4 年前
当前提交
ce45b535
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 2
      Project/Assets/ML-Agents/Examples/FPS_Game/Scripts/Projectile.cs

2
Project/Assets/ML-Agents/Examples/FPS_Game/Scripts/Projectile.cs


{
item.transform.position = rb.transform.position;
item.transform.rotation = Quaternion.LookRotation(col.contacts[0].normal);
print(col.contacts[0].normal);
// print(col.contacts[0].normal);
// item.transform.rotation = Quaternion.Euler(col.contacts[0].normal);
item.gameObject.SetActive(true);
return;

正在加载...
取消
保存