浏览代码

fix cam impulse

/hh-develop-fps_game_project
HH 4 年前
当前提交
c5a6783a
共有 2 个文件被更改,包括 23 次插入4 次删除
  1. 27
      Project/Assets/ML-Agents/Examples/FPS_Game/Scripts/AgentHealth.cs

27
Project/Assets/ML-Agents/Examples/FPS_Game/Scripts/AgentHealth.cs


DeathCube.SetActive(true);
ExplosionParticles.transform.position = CubeBody.transform.position;
ExplosionParticles.SetActive(true);
if (impulseSource)
{
impulseSource.GenerateImpulse();
}
if (ResetSceneAfterDeath)
{
StartCoroutine(RestartScene());

}
}
// IEnumerator Explosion()
// {
// if (impulseSource)
// {
// impulseSource.GenerateImpulse();
// }
// WaitForFixedUpdate wait = new WaitForFixedUpdate();
// float timer = 0;
// while (timer < 3)
// {
// timer += Time.fixedDeltaTime;
// yield return wait;
// }
// }
if (impulseSource)
{
impulseSource.GenerateImpulse();
}
// if (impulseSource)
// {
// impulseSource.GenerateImpulse();
// }
WaitForFixedUpdate wait = new WaitForFixedUpdate();
float timer = 0;
while (timer < 3)

部分文件因为文件数量过多而无法显示

正在加载...
取消
保存