i need some help.
i want make a game endless runner. then i just have 1 gameplay scene, 15 character.
I want to make a game with the level of difficulty from the character … so I need scores, top scores and table scores are different for each character in one scene?
Assuming you know how to set up collision- and scripts to check for Character hits, you should just define a public Score variable in a script and attach this script to your character game objects, and then you can assign different scores to each type of character, and counting this score up in your collision hit script.
With the level of detail you provide, above is my best guess. If I am misunderstanding your question, then please clarify.
thanks… you have great unity programming skill
i am beginner… do you have some tips for me ? i want like you
whould you show me your game