This commit is contained in:
2025-06-10 09:55:16 +09:00
parent 487a807438
commit c03903fba0
3 changed files with 2966 additions and 2193 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@@ -35,7 +35,6 @@ public class SimulationModel : MonoBehaviour, IClickable
private void OnEnable() private void OnEnable()
{ {
Debug.Log(this.name);
StartCoroutine(RunSimulationCoroutine()); StartCoroutine(RunSimulationCoroutine());
} }
private void OnDisable() private void OnDisable()