edogdu / RAM_Cyber_Defenders

Cybersecurity Learning Game in AR/VR Environment
2 stars 1 forks source link

New game scene for cybersecurity learning #54

Closed Luk-Er4 closed 3 weeks ago

Luk-Er4 commented 1 month ago

Here is the list for making a new game scene to enhance cybersecurity learning.

  1. Build a new environment. Possibly closer to Sci-fi style.

  2. Get the furniture for decorating the room and make interactable objects for cyber security learning.

  3. Investigate the cyber security concepts and find out the way to explain them.

  4. Make the player move around the room.

Luk-Er4 commented 1 month ago

Improvements are still in progress

-Lobby-

image

-Hall to the gaming room-

image

-Gaming room-

image

-View of full map-

image

Luk-Er4 commented 3 weeks ago

Scene name: ThirdRearrangement

  1. Moving around the room.

Responsible objects for movement: Locomotion System, XR Origin (XR Rig) Crucial components: Continous Turn Provider, Continous Move Provider in Locomotion System object

Left scroll: Move(forward, backward, left, right) Right scroll: Rotate(left, right)

Collision detection: Collider on "Capsule" object subject to XR Origin (XR Rig)

https://github.com/user-attachments/assets/8480aed6-7c6e-4b6c-9c43-e52824caec6d

  1. Having grabbable object(a book).

https://github.com/user-attachments/assets/8fe372f6-f24b-40b4-88f4-c2519c8c4ece

  1. Choosing game mode using the panel.

https://github.com/user-attachments/assets/7d58b24f-877a-491a-a9c8-f5dbb56fb3ac

Luk-Er4 commented 3 weeks ago

Book(opened, closed) prefabs, unable to move using controllers while player sits on the chair to read the books

Game scene will be changed to "ReadingBook" game scene when the player sits on the chair(by interacting with the chair) to read books.

https://github.com/user-attachments/assets/f00c5ab1-8f75-48bf-a0f2-9d5feed7567b

Luk-Er4 commented 3 weeks ago

Progress continued to the new issue "Scene for Book reading mode".