hi there,
Im Creating a Game in which my player is shooting a bubble. The bubble moves Upwards if the player gives Input + The player can controll the bubble (Left, right, up, down). The bubble Should be Followed by a bubblebeam. The bubblebeam on a straightline from the player (Not Moving) to the moving bubble. Actually i Make the bubblebeam-bubbles a Child of The bubble but the Effect is that the bubbles move with The bubble but are Not straight in line.
So: any idea to create the bubblebeam straight depending on the positions?
I thought about raycasting and creating the bubblebeam on the raycast - i am not familiar with raycasting… any idea if this is possible or anything Else?
I appreciate any help!