photo_input_switch (#27)

Co-authored-by: Michal Pikulski <michal.a.pikulski@gmail.com>
Reviewed-on: #27
This commit is contained in:
2025-10-14 07:09:16 +00:00
parent 2573e7f80e
commit 9c44a0c91f
8 changed files with 174 additions and 20 deletions

View File

@@ -294,6 +294,8 @@ namespace Minigames.DivingForPictures
private void SpawnMonster(Transform spawnPoint)
{
Debug.Log("Spawning monster: " + spawnPoint.name);
if (monsterPrefabs.Length == 0)
{
Debug.LogWarning("No monster prefabs assigned to DivingGameManager.");