You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow GameItems to have multiple features such as in a racing game you might use the 'Character' GameItem to represent different cars and should be able to have features such as color, design and wheels or a shooter where the character you can choose the weapon or clothing.
Each feature itself would be a GameItem and so have properties such as name, sprite, unlocking etc..
Allow for multiple features by adding a tag and category to GameItems. In GameItem enter number of features to create (similar to GameManager) and then allow configuration through existing configuration features.
The text was updated successfully, but these errors were encountered:
Allow GameItems to have multiple features such as in a racing game you might use the 'Character' GameItem to represent different cars and should be able to have features such as color, design and wheels or a shooter where the character you can choose the weapon or clothing.
The text was updated successfully, but these errors were encountered: