Is there a way I can access via code a Combatant>Base Setting>Combatant type from the Combatant Type GUID?
  • This'll get you the combatant type for the GUID (if it's the GUID of a combatant type):
    CombatantType type = ORK.CombatantTypes.Get(guid);
    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!
  • That's perfect, thank you Nicholas!
Sign In or Register to comment.