5 Commits

Author SHA1 Message Date
Thibault Pouch
47dc0b3886 feat : add subtilte for the room 1 and 2 2026-03-12 09:21:02 +01:00
Thibault Pouch
e92cbe1f4b refactor : update scene 2026-03-11 14:59:28 +01:00
Thibault Pouch
421df26822 feat : add a pedestal 2026-03-11 14:57:54 +01:00
Thibault Pouch
467dabc2f6 feat : add button and puzzle logic 2026-03-11 14:48:16 +01:00
Thibault Pouch
f4137c8b04 feat: add BigDoor prefab and update references in Level01_Work scene 2026-03-11 14:10:03 +01:00
8 changed files with 2871 additions and 325 deletions

View File

@@ -1,19 +0,0 @@
{
"lines": [
{
"speaker": "SYSTEME",
"text": "...Ici, quelque chose cloche.",
"duration": 2.5
},
{
"speaker": "SYSTEME",
"text": "Reste calme. Observe la piece.",
"duration": 2.5
},
{
"speaker": "SYSTEME",
"text": "Trouve une sortie.",
"duration": 2.2
}
]
}

View File

@@ -0,0 +1,29 @@
{
"lines": [
{
"speaker": "SYSTEME",
"text": "Hello, UNIT SB-3954. You are in a simulation for testing your ability to move and interact.",
"duration": 6.5
},
{
"speaker": "SYSTEME",
"text": "Your goal is to prove that your system is working and that you can move and interact with the environment.",
"duration": 5
},
{
"speaker": "SYSTEME",
"text": "To move, use ZQSD. To interact with objects, use \"E\".",
"duration": 5
},
{
"speaker": "SYSTEME",
"text": "You can also use the mouse to look around, and use Left Click to launch your head.",
"duration": 3
},
{
"speaker": "SYSTEME",
"text": "Good luck, UNIT SB-3954.",
"duration": 3
}
]
}

View File

@@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: c4b9d13b29337441dbdb06a8a45e32c3
guid: 1e42d860d90034c58a6600de98c72204
TextScriptImporter:
externalObjects: {}
userData:

View File

@@ -0,0 +1,29 @@
{
"lines": [
{
"speaker": "SYSTEME",
"text": "Good job, UNIT SB-3954. You have successfully completed the first test.",
"duration": 4.5
},
{
"speaker": "SYSTEME",
"text": "I see that your module of ejection of your head is still working.",
"duration": 4
},
{
"speaker": "SYSTEME",
"text": "Now that you understand you can launch your head, use your head to see at a different angle.",
"duration": 5
},
{
"speaker": "SYSTEME",
"text": "You lift your head and look around, for that use \"R\".",
"duration": 3
},
{
"speaker": "SYSTEME",
"text": "Use this to find the code for the door.",
"duration": 4.5
}
]
}

View File

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

View File

@@ -16,7 +16,7 @@ GameObject:
- component: {fileID: 6921400718617286756}
- component: {fileID: 7987102888823411772}
m_Layer: 0
m_Name: Door
m_Name: BigDoor
m_TagString: Untagged
m_Icon: {fileID: 0}
m_NavMeshLayer: 0

File diff suppressed because one or more lines are too long