ExampleMod menu slug not showing up
Trying to get examplemod's menu modification (spawning a power slug in view of the camera to work) but I can't figure out where I'm going wrong or what to do next. I know it's spawning because I heard the "power slug hum" for a second or so before adding the delay node, but it's never in frame and I can't hear it again after that short time.
this is basically exactly the same as what the U8 menu tweak did, except I switched from PlayerController to PlayerCameraManager because player controller (and controlled pawn) is at 0,0,0 in this level map
https://blueprintue.com/blueprint/k6-ay3eg/
logs have this:
ExampleMod Menu posted by anonymous | blueprintUE | PasteBin For Un...
No description provided
Solution:Jump to solution
nevermind I am l'idiot, it it spawning the slug, it just doesn't have the slug hum sound any more after that initial moment, for who knows why. and after switching the camera manager I needed to flip the -1000 offset to 1000 for it to be in frame
1 Reply
Solution
nevermind I am l'idiot, it it spawning the slug, it just doesn't have the slug hum sound any more after that initial moment, for who knows why. and after switching the camera manager I needed to flip the -1000 offset to 1000 for it to be in frame