Recent content by avalonsutra

  1. A

    UCC and Magica Cloth 2 Physics

    The issue was fixed! FWiW let me share the solution ... This problem is caused by the timing of MagicaCloth initialization and the character’s posture. It is resolved by placing the MagicaSettings component in the scene as shown below and changing InitializationLocation to “Awake”.
  2. A

    UCC and Magica Cloth 2 Physics

    Bummer! I will contact MC2 support and see if it helps!
  3. A

    UCC and Magica Cloth 2 Physics

    Hi Justin, First of all thanks for the support! Though I'm not even using the UCC IK component on my character and the above symptoms occur. I also tested my non-UCC-setup character with a rigid body and capsule collider like the ones UCC sets up and no issue either so these two can be excluded...
  4. A

    UCC and Magica Cloth 2 Physics

    Hi, I have a character that has several Magica Cloth 2 components for hair and some clothes (Mesh Cloth) and for breast (BoneSpring). It also uses some MC2 colliders attached to the bone rig. When running it on its own all the applied physics work as expected but after putting UCC on the...
  5. A

    Adjusting capsule collider height when height change ability

    Nevermind! Got it figured out. These parameters work...
  6. A

    Adjusting capsule collider height when height change ability

    First of all sorry for the many questions currently! I'm trying to get a number of UCC abilities to work properly so I can carry on with other tasks in my project. I have a prone ability that makes the character go, well, prone. This automatically adjusts the character's capsule collider to a...
  7. A

    Preventing jump ability while crouched

    It was already late last night when I tried states but did not think far enough to remember that they can be used to disable an ability. I will try this, thank you!
  8. A

    Preventing jump ability while crouched

    Hi, I have a crouch ability (height change) and want to prevent the jump ability while the character is crouched. What would be a good approach of achieving this?
  9. A

    UCC and Playmaker - interacting with objects

    Thanks, I'll look into creating a custom class following IInteractableTarget!
  10. A

    Adapting zoom state look offset when crouched or prone

    Ok, thanks this works! The tiny difference being that the first parameter (object obj) is omitted. On the doc page it is still part of the example code: EventHandler.RegisterEvent<Vector3, Vector3, GameObject>(gameObject, "OnDeath", OnDeath);
  11. A

    How to not set Aim when using First Person Combat mode?

    Nevermind! Found it on Item Abilities. Would have helped a lot to mention that it's on Item Abilities.
  12. A

    Adapting zoom state look offset when crouched or prone

    Anything I can find in the Opsive source files for OnStateChange is this and it doesn't provide any example on how the event is listened to, except for on the stateElementContainer perhaps, which I doubt should be required for this. Would be great to have some usage example for this in the docs...
  13. A

    How to not set Aim when using First Person Combat mode?

    Where would this need to be set? I have no Aim ability in the list of abilities... There's also no ability named Aim in the default abilities list...
  14. A

    Adapting zoom state look offset when crouched or prone

    Hi Justin, thanks for taking the time to reply! Reg. > Is there any event for listenting to state changes? I found OnStateChange in the source but seems there's nothing coming through, e.g. What could be the reason for not receiving events from OnStateChange? i've set it up the same way as...
  15. A

    How to not set Aim when using First Person Combat mode?

    When I go from Third-person Adventure mode into First Person Combat mode, UCC seems to automatically decide to set Aim property to true (in the animator controller). Can this behavior be disabled somewhere or is this a hard requirement of UCC?
Back
Top