Pages 1
Universal Fighting Engine Forum We are no longer using the forum to answer questions due to bot attacks. Please use our discord instead: https://discord.gg/hGMZhF7 |
You are not logged in. Please login or register.
Universal Fighting Engine Forum → 2D Gameplay → Alternative costumes
Have you tried alternative costumes in the character file?
You could also do it with code. Make a new script and add this code to it.
void Start()
{
if (UFE.config.player2Character.characterName == UFE.config.player1Character.characterName)
{
//Do what you need
}
}
Universal Fighting Engine Forum → 2D Gameplay → Alternative costumes
Powered by PunBB, supported by Informer Technologies, Inc.