Cleaned up and commented version.

This commit is contained in:
Thorbjoern
2025-10-02 00:07:11 +02:00
parent 2b86d9f0a2
commit 4c613c3436
66 changed files with 260 additions and 1020 deletions
@@ -5,6 +5,8 @@ using UnityEngine.SceneManagement;
using UnityEngine.UI;
using TMPro;
// Diese Klasse ist dafür da, die aktuell vorhandenen Szenen der ANwendung rauszusuchen und das Szenen-Dropdown damit zu füllen.
public class FillDopdownWithScenes : MonoBehaviour
{
public TMP_Dropdown dropdown;