To see if it happens only on level reload or between levels I would suggest to use the profiler. Record a session while playing and you will be able to see where the instances increase in number.
First thing I would check is if you are re-creating the instances when restarting the scene. In that case stopping and releasing the instances before loading the scene would solve the issue.
1 Like