edited July 2015 in ORK Support
need a ltitle help in figuring out why they wont move done ntohign differnt but for some reason they wont move
Post edited by wtyson on
new website can be found here http://www.fore-loregames.com

Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

or check out the face book page here https://www.facebook.com/ForeLoreGames
  • Depends on what you're using for movement and your setup. Quick guess: using NavMesh, but it's not set up/baked for the scene?
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • nope checked that even did a test scene they just wont move
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • they sit idle an wont go any where or go tot he waypoint i have set up
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • brought the project file into a clean project an it works so something making it not work.. thanks
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • edited July 2015
    ok seems to only work in the current project if i have my real time battle area set to be limited an with the size of 10 , 10 , 10 only happens in this project so no idea what is going on

    it wont even spawn at a designated spawn point
    Post edited by wtyson on
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • edited July 2015
    using simple move an force moving them gives me this error code
    get same thing with nav mesh agent now to

    Animator.GotoState: State could not be found
    UnityEngine.Animator:Play(String, Int32)
    ORKFramework.Animations.MecanimAnimation:Play(Animator)
    ORKFramework.Animations.AnimationSetting:MecanimPlay(AnimInfo&, Animator, Int32)
    ORKFramework.CombatantAnimations:Play(Int32)
    ORKFramework.CombatantAnimations:Tick()
    ORKFramework.Combatant:Tick(Single, Single)
    ORKFramework.CombatantHandler:Tick()
    ORKFramework.ORKCore:FireTick()
    ORKFramework.ORKHandler:Update()
    Post edited by wtyson on
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • edited July 2015
    ok for this i have cleared an rebaked my nav mesh multiple times i have tried both simple move an nav mesh the only error i get is the one above if i force move the combatant in scene view when the battle area is set to limited 10 by 10 by 10 itll work animations an all other then that it wont work at all ... it dosent see the player as a target even if there with in a battle area i got no idea what the problem is if i bring my project file into a new project it works fine but for some reason in this project it dosent want to work not sure if its cause the project it self is a port from version 4 or what


    real time battle settings also has move ai enabled.. the move ai is based off your tut sept i have random wandering turned off an a waypoint set up for them to go to.
    Post edited by wtyson on
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • Check the range settings for move AI in the battle settings. Might be they're just too far away form the player.

    The mecanim error states that you're trying to play a state that's not in the animator controller.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
  • no tested that the state im playing is in the animator an will play when i move it manually the player can stand right in front of the enemy an get no reaction and it wont go to the designated spawn point.... but if i bring the project file into a new clean project it works fine moves and will chase player an go to way points so im at a complete loss on this one for now im wondering if i use makinom to move an detect player an such if using the new battle events from a game event will work an apply damage an such as normal i am spawning with ork an so is player the whole scene is made a real time battle area
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • seems to be a navmesh issue so updating to latest version of unity to see if it fixes the issue :/ cause even makinom isnt working right now i get the same results they just get stuck in the position tried many different models even unity ones an still same thing ...
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
  • turned out to be a big problem with the nav mesh all fixed now
    new website can be found here http://www.fore-loregames.com

    Follow the game Development on Twitter https://twitter.com/Fore_Lore_Games

    or check out the face book page here https://www.facebook.com/ForeLoreGames
Sign In or Register to comment.