Already found a solution:)
Changing characters
So I have two characters in my game that I can choose between with a Script:
And both characters have the same name ("ThirdPersonController"), the same health system script ("Survivalcontroller") and both are tagged as "Player", but when I walk through an object that is supposed to recover some of the characters' health, it only works for the character1, but not for the character2. Any idea how I can fix it?
This is the health recover script:
Follow this Question
Related Questions
How do I make player attack with LMB if the enemy is within range? 0 Answers
Adding a CharacterController makes my player move around the map involuntarily 0 Answers
Character Controller script won't work? 1 Answer
Character's jumping mechanism stuck into something invisible 1 Answer
How to make a character Jump given a certain condition 0 Answers