Recent content by ismailKor

  1. ismailKor

    Speed change not working with Astar

    Max Speed of AIPath component should be 2.
  2. ismailKor

    [Bug] Inspector can't display Start Item Set Ability correctly

    Yes @Justin . I tried fresh projects so many times.
  3. ismailKor

    [Bug] Inspector can't display Start Item Set Ability correctly

    On the Start Item Set Ability there is another issue:
  4. ismailKor

    [Bug] Inspector can't display Start Item Set Ability correctly

    When I changed m_Inventory = m_GameObject.GetCachedComponent<InventoryBase>(); as m_Inventory = m_GameObject.GetComponent<InventoryBase>(); in ItemSetManagerBase. it resolved. Thanks.
  5. ismailKor

    [Bug] Inspector can't display Start Item Set Ability correctly

    The same problem in StartEquipUnequip. UCC: 3.0.8, BD: 1.7.4
  6. ismailKor

    Custom abilities do not run in version 2.1.8

    Yes. Problem solved. Thank you @Justin.
  7. ismailKor

    Custom abilities do not run in version 2.1.8

    I installed 2.1.8 version. When i reload scene in runtime my custom abilities do not run. If I put the custom ability script in "UltimateCharacterController/Scripts" folder, it runs. But this time other namespaces do not appear. There was no problem in 2.1.5 version.
  8. ismailKor

    In Pseudo 3D View Type Character Turns Back Automaticly

    Thank you Justin. This scene changed my working style. It works.
  9. ismailKor

    In Pseudo 3D View Type Character Turns Back Automaticly

    I I tried these methods but they don't work. Now I try to solve with Look At Constraint
  10. ismailKor

    In Pseudo 3D View Type Character Turns Back Automaticly

    Does the character rotate incorrectly when you press fire as well?: Yes You are using the 2.5D movement type, correct?: Yes Are you using the Restrict Rotation ability?: No
  11. ismailKor

    In Pseudo 3D View Type Character Turns Back Automaticly

    When I pressed Zoom button character turns back.
  12. ismailKor

    Custom RotateTowards Ability for UCC AI Agent

    Thank you wuche. Your code solved my problem too.
  13. ismailKor

    Loop Ability

    Thank you Justin. UCC and BD are exactly life saver.
Top