SOLVED - My turrets do not draw the debugSphere

Hi Team,
My fire functions draws the sphere. However, when the fire function is called by the towers, the Spheres are not created,however, if i cal the same function with my playerPawn, it does create the DebugSphere.

I have put in a console command to log “Fire!” everytime the fire() function is called:
-When I call it, it logs “Fire!”.
-When the tower calls it, it ALSO Logs “Fire!”.

so this confirms to me that the function is indeed called and working. just the draw debugsphere not when called by the tower.

Solved:
I did not put the projectile spawnpoint in the correct place. the spheres where generated, but not visible (below ground).

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.

Privacy & Terms