- Feb 12, 2025
-
-
AevaMorigi authored
-
- Feb 07, 2025
-
-
AevaMorigi authored
-
- Jan 21, 2025
-
-
wiepke authored
-
- Aug 22, 2024
-
-
Falampe authored
implemented color highlight to serialized dictionary
-
- Aug 14, 2024
-
-
Falampe authored
TODO: - Make accessoires for computerlab
-
- Aug 05, 2024
-
-
Falampe authored
made setup a bit easier TODO: - Automate studentscript attatchment by the Accessory manager - make accessorymanager able to load the previewroom scene (and maybe check for absence) - name Tag loading is faulted: color and style are not the same on the back - shown acceories must be unloaded for scene start
-
AevaMorigi authored
- removed outdated debug messages - send function names to server - receive availability status from server
-
- Aug 01, 2024
-
-
Falampe authored
fixed display issues of the SerializableDictionary Created Accessories_Chemlab_Right-Inner Created default Accessories made the gasnob import read write for dynamic instanciation Created Accessories_Chemlab_Left-Inner TODO: Fix Frontal class -> not all students find their locator - name Tag loading is faulted: color and style are not the same on the back - shown acceories must be unloaded for scene start
-
- Jul 31, 2024
- Jul 29, 2024
-
-
Falampe authored
moved initialization in sceneloader events since the accessoires need the tables to find their location FEATURE COMPLETE TODO: - write documentation - content creation - disabled UI Groups bleed from the property Drawer if mutableKeys is false
-
Falampe authored
- refactored and separated code - put code parts is fitting packages Issue: Accessoires have to be loaded after the previewroom scene. This needs to be fixed FEATURE COMPLETE TODO: - write documentation - content creation - disabled UI Groups bleed from the property Drawer if mutableKeys is false
-
- Jul 25, 2024
-
-
Falampe authored
- sorted student lables - hidden LoadOut keys - uniform layout in boxes FEATURE COMPLETE TODO: - Tidy up code - put code parts is fitting packages - write documentation - content creation - disabled UI Groups bleed from the property Drawer if mutableKeys is false
-
- Jul 19, 2024
-
-
wiepke authored
Fixing not progressable presentation slides on website and Unity NameTags have 4 Fonts again Some prefabs were disabled (sportshall, TV, heartrateSensor)
-
- Jul 18, 2024
-
-
Falampe authored
-
- Jul 04, 2024
-
-
Falampe authored
- actions wont be triggered if the conditions are not met - style overhaul this will work with content and some knowledge Documentation needed as well as comments Bugs: renaming prefabs in project, breaks assignment of accessories to students if the structure gets updatet
-
- Jul 03, 2024
-
-
Falampe authored
- modified Editor Skript - added methods to serializable dictionary, that dont trigger the on modify Action TODO: - still needs prevention of empty Dictionary - robustness needs of edgcases needs to be tested
-
- Jun 27, 2024
-
-
Falampe authored
TODO: - Onenable fails if the AccessorieLoadOuts dict is empty => prevent empty Dictionary - Elementselector and AccessoireLoadOut need robustnes esspeacally regarding edgecases - AccessorieLoadOuts should be refactored to a Set (Unexpected behavior if the same prefab is used multiple times)
-
- Jun 26, 2024
-
-
Falampe authored
- now next to the key/val Pair in the PropertyDrawer there is a delete button - this will trigger the modified Action - for this to show the mutableKeys bool of the dictionary must be set to true
-
- Jun 24, 2024
-
-
wiepke authored
XR package crashes unity with "hand subsystem" enabled, therefore I disabled it. Therefore, hand tracking doesn't work here.
-
- Jun 20, 2024
-
-
wiepke authored
Reincluding WebsocketController and Speechtools after merge Changing Hook Exception from Error to warning update interaction Toolkit, burst, and other packages
-
- Jun 14, 2024
-
-
AevaMorigi authored
Logs the student's actions, but twice. The info container in the hierarchy only shows the action of a single student.
-
Falampe authored
-
- Jun 13, 2024
-
-
Falampe authored
-
- Jun 12, 2024
-
-
Falampe authored
-
- May 30, 2024
-
-
Falampe authored
-
- May 24, 2024
-
-
Falampe authored
-
- May 07, 2024
-
-
Falampe authored
also removed edit button for script
-
- Apr 29, 2024
-
-
AevaMorigi authored
Heart rate: - Status is displayed in the inspector, fewer debug messages - App is closed if there is an error with the connection Event logging: - Checkbox to always select all scripts at startup - Select/deselect all" button - Colors adapted to the colors from InitGlobals
-
- Apr 23, 2024
-
-
Dr. phil. Stephen James Tobin authored
Transcript and speech stats are now logged Still has to be adjusted/tuned.
-
- Apr 22, 2024
-
-
Dr. phil. Stephen James Tobin authored
Stat reset methods commented out in a couple of places. Need to reassess/adjust the conditions of these resets before uncommenting them.
-
- Apr 19, 2024
-
-
Falampe authored
-
- Apr 18, 2024
-
-
Falampe authored
- moved ComputerLabController into corresponding package - fixed eventlogger initialization - changed scriptFinderByAttribute from monobehaviour to regular c# class
-
- Apr 17, 2024
-
-
Falampe authored
- added Monobehavior to websocket prefab and registered static init and eventloop of rtc coach on that script expected result: websocket scripts will only be used if the websocket prefab is within the scene
-
- Apr 16, 2024
- Apr 15, 2024
-
-
wiepke authored
multiple rooms work not tested with VR yet website works known errors are based on Initialisation order
-
- Apr 10, 2024
-
-
AevaMorigi authored
- headers will now be written - controllers positions and rotations added - childs in inspector are named with aliases instead of the script names (e.g. Teacher instead of VRSelfController) - toDo: log initial values like weather or theme
-
Falampe authored
- added applicationmanager to all classroms that where missinng it
-
Falampe authored
cleaned code, added comments TODO: Qualitytesting - Test in all Classrooms - Merge devbranch - check FPS - Test Webstite - update/add Readme
-