![]() |
Platformer Pro
2.3.2
A platform game kit for Unity.
|
Characters that can be loaded. More...
Public Attributes | |
string | characterId |
Unique id for the character. More... | |
GameObject | characterPrefab |
The character prefab used to create the character. More... | |
Character | characterInScene |
If the character is already in the scene you can link here. This is not the preferred method but makes it easier to work with some other assets without writing code. More... | |
Sprite | characterProfileImage |
Optional sprite used to show who character is both in game and in inspector . More... | |
Characters that can be loaded.
string PlatformerPro.AvailableCharacterData.characterId |
Unique id for the character.
Character PlatformerPro.AvailableCharacterData.characterInScene |
If the character is already in the scene you can link here. This is not the preferred method but makes it easier to work with some other assets without writing code.
GameObject PlatformerPro.AvailableCharacterData.characterPrefab |
The character prefab used to create the character.
Sprite PlatformerPro.AvailableCharacterData.characterProfileImage |
Optional sprite used to show who character is both in game and in inspector .