Player Components
Last updated
Last updated
Here, you can configure universal settings for the players of your game, such as the default running speed, levels of gravity, if you can double-jump or not, or things like health or score counters as central mechanics to levels like shooters or treasure hunts.
You can also use Player Components in conjunction with Entity Components to make these universal settings matter. E.g.: if a player enters this area, their health drops; if a player interacts with this object, they gain the ability to run faster or double jump, etc.
Open up the Player Components tab, press + to reveal more options, and select ‘Score.’
Select any entity and add the ‘Interact’ component to it. You can also change the text that appears when the player hovers over the item in-game, so for collectibles it’s best just to put ‘Collect.’
Now create a link from the collectible; select ‘Interacted’ and link to the Player Components icon. Complete the link with ‘Gain Score,’ filtering so only the player that interacted gets points.
To make this game really feel like a competition, in the Score tab of the Player Components menu select ‘Yes’ for ‘Win by reaching.’ Now it’s a race to see who can collect the most first!