Virtual-Viking-Longship / Rowing-Minigame

0 stars 0 forks source link

Create Curved Canvas #25

Open panditk455 opened 8 months ago

panditk455 commented 8 months ago

Making a Curved Canvas to Add the video of the rowing the ship

panditk455 commented 7 months ago

Difficulty in building the project to check if the canvas is actually curved.

apjmason commented 7 months ago

@panditk455 I checked out your branch and the YouTube links won't work — you need the direct URL to the mp4 file and YouTube doesn't provide those. We could potentially host the images on a server and deliver them that way, but for testing for now I just added the rowing video locally and changed the VideoPlayer source. That's a big file, so I set up mp4s to be tracked with Git LFS going forward.

When you hit play now, the console throws a bunch of exceptions that you'll have to clear before proceeding to build it to the headset. Looks like some issues with how the renderers are set up. I don't know what tutorial you were following, but you might want to go through again and make sure all the components are linked correctly.

Let me know if you need further help!