Editor

Title data allows you to store static information available to each player

Navigate to "Title Data" configurator and click "Add new instance"

Enter data key and click "Save"

The configurator for the instance of the new "Title Data" will appear. Click "Save"

To create your own custom data set - create a new class and inherit from "TitleCustomData". Only fields and the following data types are supported - 'int', 'float', 'string', 'enum', 'List<string>', 'List<float>', 'List<int>'

After that you will see your class in the selection list of "Custom Data". Fill in your details

Enable this option to be able to get your Title Data right after login

Last updated