I’m working on a Unity project that aims to create an educational app, and I want to include features related to academic schedules. Specifically, I need to integrate the Allama Iqbal Open University (AIOU) date sheet into my application so that students can view their exam schedules directly within the app.
Here’s what I’m trying to achieve:
- Displaying the Date Sheet: I want to fetch and display the AIOU date sheet within the Unity app. The date sheet is typically available in PDF or web format. I need guidance on how to import and display this data effectively in Unity.
- Updating the Date Sheet: The date sheet changes periodically, so I also need a method to update the information in the app when a new date sheet is released.3. User Interaction: Ideally, students should be able to interact with the date sheet, such as selecting specific exams or viewing detailed schedules.