titled added
This commit is contained in:
@@ -63,6 +63,7 @@ public class BodyManager : MonoBehaviour
|
||||
|
||||
IEnumerator Spawn()
|
||||
{
|
||||
// 0.75, 1.25f <remove realtime for recording>
|
||||
yield return new WaitForSecondsRealtime(Random.Range(1f, 2.5f));
|
||||
m_Pool.Get();
|
||||
StartCoroutine(Spawn());
|
||||
|
||||
Reference in New Issue
Block a user