Hi Rudy
I spent an hour trying different things and I’ve tracked it down to the Media Player. I have a video playing at background of the menu and when the pawn at begin play starts playing the video.
Adding these nodes will not load the menu widget at all. Removing them + removing the Media Player variable will on the other hand allow menu to load with out the video.
With pawn having the start media nodes:
- In PIE: Menu loads and video plays fine
- Standalone mode: Does not load the menu at all
- Packaged project: Menu loads but the video stays black
Removing the nodes and variable:
- In PIE: Menu loads and video stays black
- Standalone: Menu loads and video is fully transparent
- Packaged project: Menu loads and video stays black
I checked the change log and I couldn’t find anything changed with Media Player that could affect this. Bug or should I set this up differently?