👤 Assigned to: Aldin & Vea
🎯 Goal: Implement story selection and reading functionality for Modern Era subchapters.
🧩 Tasks:
- Design UI to list subchapters with thumbnail, title, and synopsis.
- Add modal confirmation before reading a chapter.
- Add modal to toggle voice-over before reading.
- Navigate to individual subchapter scenes.
- Add cancel playing controls
- Add confirmation prompt when exiting a subchapter.
- Show completed indicator for finished chapters.
- Add a checkmark for read subchapters.
- Create a JSON file containing dialogue per subchapter.
- Update subchapter "isRead": true when reading is complete.
- Add idle animations to some UI elements.
- Ensure responsive layout on all mobile devices.
🛠 Unity Feasibility:
✅ Fully doable with scene management and JSON data handling.
✅ Use PlayerPrefs or custom save system for isRead state.
✅ Recommended to use one scene per subchapter for better performance.
ℹ Note: When starting implementation, create new scenes per subchapter. If the last scene is Scene 19, create Scenes 20–25 (6 subchapters).
👤 Assigned to: Aldin & Vea
🎯 Goal: Implement story selection and reading functionality for Modern Era subchapters.
🧩 Tasks:
🛠 Unity Feasibility:
✅ Fully doable with scene management and JSON data handling.
✅ Use PlayerPrefs or custom save system for isRead state.
✅ Recommended to use one scene per subchapter for better performance.
ℹ Note: When starting implementation, create new scenes per subchapter. If the last scene is Scene 19, create Scenes 20–25 (6 subchapters).