MMO Starter Kit

  1. You can add a Delete button to your Character UI and pass that character into a DeletedCharacters list for a given UserAccount, then just after you do your ‘database get characters’ response, before the characters are added to the character selection UI, you can just filter out any that are in the DeletedList. This isn’t really a feature you need to wait for in the kit, you can add it yourself by studying the PlayerState eventgraph … but you’d have to learn to add a database entry to hold deletedcharacters as a comma separated string. But the docs do show you how to add custom entries on the database. A step up from that would be deleting/cancelling entire user accounts (and recovering them). Personally I’d rather have that done for me than actual features of gameplay.

Most of the the things on that list are better for designers to create on their own as they offer too many points of difference from project to project. For instance I do not intend to use the NPCs or Abilities of the MMOKit at all. It would be better to bolt on some transaction management tools, user management (like sending emails to remind users about their credentials).