adjusted all character ids

This commit is contained in:
tom.hempel
2025-11-11 23:50:54 +01:00
parent 37debfb618
commit 000a2d5b05
16 changed files with 49 additions and 19 deletions

BIN
Unity/Assets/Scenes/AR/AR-Task1.unity (Stored with Git LFS)

Binary file not shown.

BIN
Unity/Assets/Scenes/AR/AR-Task2.unity (Stored with Git LFS)

Binary file not shown.

BIN
Unity/Assets/Scenes/AR/AR-Task3.unity (Stored with Git LFS)

Binary file not shown.

BIN
Unity/Assets/Scenes/AR/AR-Task4.unity (Stored with Git LFS)

Binary file not shown.

Binary file not shown.

BIN
Unity/Assets/Scenes/Screen/Screen-Task2.unity (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: e3f98113efbc35e49bc2b254161f536d
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

BIN
Unity/Assets/Scenes/Screen/Screen-Task3.unity (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: 4b246cc7b1ac2274aadfe662db513366
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

BIN
Unity/Assets/Scenes/Screen/Screen-Task4.unity (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -0,0 +1,7 @@
fileFormatVersion: 2
guid: e0ef1b572fa5a8a4babd0947f36fbd05
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

BIN
Unity/Assets/Scenes/VR/VR -Task2.unity (Stored with Git LFS)

Binary file not shown.

BIN
Unity/Assets/Scenes/VR/VR -Task3.unity (Stored with Git LFS)

Binary file not shown.

BIN
Unity/Assets/Scenes/VR/VR -Task4.unity (Stored with Git LFS)

Binary file not shown.

BIN
Unity/Assets/Scenes/VR/VR-Task1.unity (Stored with Git LFS)

Binary file not shown.

View File

@ -7,7 +7,7 @@ public class TaskTimer : MonoBehaviour
{ {
[Header("Timer Settings")] [Header("Timer Settings")]
[Tooltip("Total time for the task in seconds")] [Tooltip("Total time for the task in seconds")]
public float taskDuration = 300f; // 5 minutes default public float taskDuration = 1200f; // 5 minutes default
[Tooltip("Start timer automatically on scene load")] [Tooltip("Start timer automatically on scene load")]
public bool autoStart = true; public bool autoStart = true;