Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

stephensmitchell-forks/unity-characterselection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[Unity3D] Character Selection Screen

A character selection like crossy road for Unity3D Demo GIF

The asset has a demo scene where you can see what’s inside the character selection screen, configure it as you want, experiment with the settings.

All UI elements are made using standard Unity UI funds, so they are fully customizable.

List CSCallback functions:

OnInit () — called when initializing
OnShowSelector () / OnCloseSelector () — called when opening / closing the selection screen
OnSwipe (int index, Character character) — called when you scroll the list of characters. index — the index of the character, character — character.
OnClickToSelectCharacter (int index, Character character) — called when the button is pressed to select a character, if it is open, or the purchase button if closed.

Each Character type element of the array contains:

Character GameObject
Name
Description
Price
Opened/Closed

Character Selection Screen settings:

Settings

About

A character selection like crossy road for Unity3D

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%