InShine-Studios / Horror-3D

0 stars 0 forks source link

[Feature] Mind Map Transition #453

Closed rafiftaris closed 1 year ago

rafiftaris commented 1 year ago

Main changes

Modified scenes:

Note: any changes that are not mentioned, are the effects of upgrading the unity version

Tasks List

Attachments

https://user-images.githubusercontent.com/51603162/227763415-26406f9a-fa8e-4245-9646-58731c6d7bb1.mp4

New Packages

Steps to test

There are two things to test here:

Mind Map Chapter Transition

  1. Open the MindMapTestScene scene.
  2. Open the MindMapTree component on the inspector by selecting the Player/HudCanvas/MindMapTree gameobject on the hierarchy.
  3. Set the inspector mode to debug in order to see the detail of all variables inside the component.
  4. Play the scene and press P to open the mind map menu
  5. On the top left corner, there is chapter navigation HUD. Press green box to go to previous chapter and press blue box to go to next chapter. Make sure the changes in the inspector syncs with the played scene.
  6. Also test for the core and clue navigation (see the HUD footer)
  7. When the testing is done, you may change the SO value in the Mind Map Tree Data field inside the MindMapTree component and play the scene again to see whether the changes are applied.

Mind Map Builder

  1. Open the MindMap_Builder scene

  2. Look at the MindMapBuilder component on the inspector. These are the new buttons.

    image
  3. Try to add nodes, save the SO and load that SO to the builder.

spacechow commented 1 year ago

No issue from me, looks good!