poprawki w lab e
This commit is contained in:
@@ -28,7 +28,7 @@ public class ExperimentManager : MonoBehaviour
|
||||
public static ExperimentManager Instance;
|
||||
|
||||
[Header("MQTT Settings")]
|
||||
public string brokerIp = "127.0.0.1";
|
||||
public string brokerIp = "172.30.106.19";
|
||||
public int port = 1883;
|
||||
public string topicM5Stick = "m5stick/state";
|
||||
public string topicSeeed = "seeedstudio-mr60bha2/state";
|
||||
|
||||
@@ -4,7 +4,7 @@ using UnityEngine.SceneManagement;
|
||||
public class FlagTrigger : MonoBehaviour
|
||||
{
|
||||
[Header("Ustawienia Przejścia")]
|
||||
public string nextSceneName = "ExperimentalScene"; // Nazwa sceny badawczej
|
||||
public string nextSceneName = "TESTING"; // Nazwa sceny badawczej
|
||||
public string nextPhaseName = "Experimental"; // Nazwa folderu/fazy dla menedżera
|
||||
|
||||
// Zabezpieczenie, żeby scena nie próbowała się załadować 5 razy w ułamku sekundy
|
||||
|
||||
Reference in New Issue
Block a user