Recent content by andreyakladov

  1. andreyakladov

    Behaviour Designer Unable to find a Equip Unequip ability with category id -658542401

    After Editor relaunch now I get "Error: Unable to find a Equip Unequip ability with category id 1046739944" and melee weapon disappeared from every character on the screen.
  2. andreyakladov

    Nolan's body animation goes wrong when Nolan drives out.

    Same for me. I fixed it my disabling Character IK script. You may try setting hand weigh to 0 first
  3. andreyakladov

    Behaviour Designer Unable to find a Equip Unequip ability with category id -658542401

    I see no warnings, tasks are being executed correctly, success returned, but I see no updates/animations on enemy character, it remains equipped all the time.
  4. andreyakladov

    Behaviour Designer Unable to find a Equip Unequip ability with category id -658542401

    It helped, thanks! At least I no longer see warnings. How do I make sword unequipped by default?
  5. andreyakladov

    Behaviour Designer Unable to find a Equip Unequip ability with category id -658542401

    In inspector there is ‘items’ category selected, which is correct. However OnStart it sees that "-658542401", which looks not real
  6. andreyakladov

    Behaviour Designer Unable to find a Equip Unequip ability with category id -658542401

    I see that ability.ItemSetCategoryID = 3636424895, but self.m_CategoryID.value = -658542401. How do I set correct category id into Start Equip Unequip action?
  7. andreyakladov

    Behaviour Designer Unable to find a Equip Unequip ability with category id -658542401

    Once I've added "Start Equip Unquip" task I'm getting in the loop in logs: "Error: Unable to find a Equip Unequip ability with category id -658542401" How do I fix this?
  8. andreyakladov

    Character’s head is always facing south direction

    Top down view type + top down movement type + look in moving direction on + ik enabled + sword. Controls type does not matter.
  9. andreyakladov

    Character’s head is always facing south direction

    Disabling IK helped, but I wonder if I should keep it disabled forever? Is this possible to disable upper body only?
  10. andreyakladov

    Character’s head is always facing south direction

    Should I override this method you think? The problem that look direction is different for a body and a head. Will check the method, but ginna try disabling IK first.
  11. andreyakladov

    Third person adventure camera to slowly look at charater’s moving direction

    With third person adventure movement & camera types when I move character towards any direction but one camera‘s facing at the monent (let’s say west), I want camera to slowly move into character’s movement direction like it’s done in the most contemporary 3rd Person Action-RPG games. I wonder...
  12. andreyakladov

    Character’s head is always facing south direction

    Character's head and arms are always "looking" at mouse position (south if there’s no cursor/iOS build) but body is facing movement direction. I need character to be fully controlled with virtual or physical joystick, including view direction eg. head. So basically, charcaters goes to one...
  13. andreyakladov

    Single Ability/ItemAbility with 3 input events

    Ability Started does the trick
Top