Ok , thank you! That worked for me. I’m not sure why my method didn’t work (I was following a tutorial):
- Create new Blueprint Class
- Add new component to that class (Static Mesh)
- In the details panel set Static Mesh to “SM_Skysphere”
- In the construction script, add the static mesh and the material to a “Set Material” node
- After this, the materials are set the same way.
Either way, thank you!
I’ve done some work to replace the image with a video, then set the video to only play when the game is run.
I’m very close to meeting my goal for this prototype. The only thing I need to do is disable player movement when the keyboard is pressed, and instead enable video playback while the keyboard is pressed to play and reverse the video. So:
- Unlink keypress to player movement
- Link Keypress to video playback instead
Any suggestions? Thanks again for all help! This is fun