I'm trying to create an on-screen 'vein' effect that will play during certain occasions in my Mod. From experimenting, I've determined that using a 'VisualEffect' (like what you get with Rain or Snow) isn't really going to work, since whilst it plays, the moment the PC moves it starts flickering in and out of existence.
What I've been trying to do is make an armour-piece that is basically a 'billboard' with the effect on it. This works perfectly on the Left-Right axis, and will stay centred; but on the Up-Down axis, it doesn't move relative to the camera, so you see over the top of it, and under the bottom, ruining the effect.
I've looked at Scrivener's 'Helmet Overlays', which is a really cool Mod, but I think from the way I want to do things that method wouldn't really be suitable for me.
So what I really want to try and do is find a way to attach the Mesh to the 1st Person Camera directly, so that as the camera turns the mesh relocates relative to it; but nothing I am doing is working. Does anyone have any idea how I might do this?