Essentially I've created an actor that has and event to Create when a behavior is turned on (the unit is using an effect-instant ability to cast the behavior onto itself), and I want the unit to have this actor attached to it (or on it, in it, or whatever), for the duration of the behavior. Unfortunately i can't get the actor to follow the unit around- it just stays at the point it was created for the duration of the behavior.
I looked under Hosting and the Subject is set to _Selectable already. My actor is a ModelAnimationStyleContinuous.
Can anybody help? I don't want the model to be attached to the unit's head or anything, I just need it to go where the unit goes.
EDIT: Nevermind, got it! I solved this by changing SopAttachHardpoint to SopAttachCenter under Hosting->HostSiteOperations->Operations.
Essentially I've created an actor that has and event to Create when a behavior is turned on (the unit is using an effect-instant ability to cast the behavior onto itself), and I want the unit to have this actor attached to it (or on it, in it, or whatever), for the duration of the behavior. Unfortunately i can't get the actor to follow the unit around- it just stays at the point it was created for the duration of the behavior.
I looked under Hosting and the Subject is set to _Selectable already. My actor is a ModelAnimationStyleContinuous. Can anybody help? I don't want the model to be attached to the unit's head or anything, I just need it to go where the unit goes.
EDIT: Nevermind, got it! I solved this by changing SopAttachHardpoint to SopAttachCenter under Hosting->HostSiteOperations->Operations.