====== Characters Options ====== Here you can select the characters available to your game. {{ :global:global_characters.jpg?nolink |}} **Character File:** The file representing the [[character:start|character]] in UFE. It inherits from the class //CharacterInfo// ---- Code access: ''UFE.config.player1Character'' ''UFE.config.player2Character'' ''UFE.config.characters'' Code example: foreach(CharacterInfo character in UFE.config.characters){ Debug.Log(character.characterName); } ---- [[global:start|< Back to Global Editor]]