vipenti / SENEM_Metaverse

An open-source project developed with Unity3D and Photon to create a collaborative 3D virtual environment for academic and educational purposes.
6 stars 5 forks source link

Presentations #2

Open humolot opened 9 months ago

humolot commented 9 months ago

Your project is very interesting, how does it work to upload the presentations during the execution of the resource? through Photon, any API?

vipenti commented 9 months ago

Hello, thank you for your question.

Unfortunately, at the moment, due to the limited data exchange capacity of the free Photon servers used, there is only one way to upload the slides for presentation before building the platform.

  1. Convert your PDF/PPTX/Keynote presentation into a series of PNG or JPG images.
  2. Open the platform project in Unity.
  3. Insert your images into Assets/Resources/Images.
  4. Build the application.

Upon completion, you will see your slides uploaded to the projector.

humolot commented 8 months ago

Ok thank you very much, how can I contribute to your project?