titled added

This commit is contained in:
2024-05-07 20:52:15 +01:00
parent 1efc176061
commit 6346d0246b
33 changed files with 20741 additions and 44 deletions

View File

@@ -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());