So many problems making a skybox

Ok , thank you! That worked for me. I’m not sure why my method didn’t work (I was following a tutorial):

  1. Create new Blueprint Class
  2. Add new component to that class (Static Mesh)
  3. In the details panel set Static Mesh to “SM_Skysphere”
  4. In the construction script, add the static mesh and the material to a “Set Material” node
  5. 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:

  1. Unlink keypress to player movement
  2. Link Keypress to video playback instead

Any suggestions? Thanks again for all help! This is fun :slight_smile: