Obtain the Centre of a Trigger
-
I want to plant a hole at the centre of a trigger. How do I find the centre of a triger as a Location so I can spawn the Hole Placeable?
-
GetLocation function gets the center location of the selected object. You could use that with triggers, I think.
-
it alwats gives me a corner of the trigger. probably the first point that was used to define the trigger area. :(
-
Try drawing a trigger starting from it's middle point then? You could always make a "ring" shape around that point.