I have wrote a script for a destructible object, however it doesn't break the destroyed object after a certain time?

前端 未结 0 1622
野趣味
野趣味 2020-12-05 02:20
public GameObject BrokenBottle;
AudioSource audioSource;

void Start()
{
    audioSource = GetComponent();
}

private void OnCollisionEnter(Collis         


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