Hi, I created an Abilities object and I want to give this to all players in the game but when I test it with 2 players, one player gets but other one doesn't get it. Thanks...
Someone solved my problem on Discord.
To give an ability with epicization, you need to save its template and remove it from the tree and write in the code when the player enters and you spawn him
World.SpawnAsset (templateID)
and then call
ability: Equip (player)