Hi Gil,

I'm trying to follow your tutorial to create combatant via script : http://orkframework.com/tutorial/howto/creating-a-combatant-via-script/

At step "Spawning a combatant" , there is an error that the combatant class don't have Spawn method.
I'm using the latest ORK: 2.25.1 for Unity 2018/2019.
  • edited June 2019
    I've updated the tutorial - many of the combatant functionalities have been moved into separate classes to reduce complexity of the Combatant class in recent updates.

    Instead of using combatant.Spawn, you now have to call combatant.Object.Spawn.
    Post edited by gamingislove on
    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!
  • Thank you for updating. It's OK now.
Sign In or Register to comment.