如何让角色在istrigger的都地方执行特定动画呢
收起
private void OnTriggerEnter(Collider other) { animation.play("动画1"); }
报告相同问题?