-
Notifications
You must be signed in to change notification settings - Fork 2
Closed
Labels
⚙️ BackendIssues related to server, database, API.Issues related to server, database, API.⭕ GAMAIssue related to coupling with GAMAIssue related to coupling with GAMA😱 BugSomething isn't workingSomething isn't working
Description
Describe the bug
When I want to run the "Simple Toolchain/Demos/Single-player game", the middleware mixes it with the default game "LinkToUnity"
To Reproduce
Steps to reproduce the behavior:
- in the .env file, add a link to the GAMA SIMPLE plugin for the EXTRA_LEARNING_PACKAGE_PATH (e.g. : EXTRA_LEARNING_PACKAGE_PATH="/Users/patricktaillandier/Documents/GitHub/simple.toolchain/GAMA Plugin/gaml.extension.unity/models/LinkToUnity")
- Run the middleware, choose "Simple Toolchain/Demos/Single-player game"
- The game is waiting for 4 players, whereas it is specified in the setting.json of "Simple Toolchain/Demos/Single-player game" just 1 player. The "4 players" thing comes from the settings "LinkToUnity"
{
"type": "json_settings",
"name": "LinkToUnity",
"splashscreen": "learning-packages/demo/splashscreen/demoOne.png",
"model_file_path": "./Models/Demo/Simple Player Game/DemoModelVR.gaml",
"experiment_name": "vr_xp",
"minimal_players": "0",
"maximal_players": "4",
"selected_monitoring": "gama_screen"
}
Expected behavior
Just waiting one player for "Simple Toolchain/Demos/Single-player game"
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
⚙️ BackendIssues related to server, database, API.Issues related to server, database, API.⭕ GAMAIssue related to coupling with GAMAIssue related to coupling with GAMA😱 BugSomething isn't workingSomething isn't working