I trying to figure out the best way to have a video play when an object is clicked. Would this use physics colliders?
Shouldn’t need a collider, if I remember correctly. Check out these sample projects:
Thank you. I’ll give it a try. Last question, for today :-), I’m having issues getting the sample project: Splash screen to load in my project. Should I attach the code to an empty object or should this be a separate module?
My advice is to integrate that one last. It’s going to require you to have all the pieces in your project working first and then you’ll want to wrap everything in your current code with the “experience-ready” event you see in the Splash Screen sample project. I would use the existing UI I setup in that sample project as it might be difficult to recreate without spending a lot of time learning the UI system.
1 Like