Unity/Trial & Error
[Unity][Trial&Error] Particle System이 자꾸 destroy되는 문제
_GyC_
2023. 1. 21. 20:13
Problem: "Particle System has been destroyed but you're still trying to access it."
Solution1: Inspector 창을 잘 보자.

나도 이거 때문에 애먹었었는데, 다시 보니까 위 사진처럼 Particle System과 함께 Auto Destruct 스크립트가 있었다. 이 스크립트를 비활성화하자마자 해결됐다..