Submission

Follow the instructions below to submit your game to Legends of Learning.

Submission

When your game is ready to be reviewed by Legends of Learning staff, follow the instructions below to submit your game. We suggest using Brotili or Gzip compression for the build zip file instead of leaving it uncompressed:

  • Go to the Slot Tab and select the slot you want to create a game for. It will require a game name, thumbnail image estimated duration, description, and instructions. These can be edited later at any time. Teachers and students both love creative game names, fun thumbnails, and enticing descriptions!

  • Go to the Games Tab and select “New Version”

  • Choose your Unity .zip file (forbidden characters such as "$, #, -, ?, %" are not allowed since it can cause problems down the line) and fill in the rest of the information. Also make sure the uncompressed size of your build is under 30MB. In Unity you can change the publishing settings to uncompressed then build to check or check the lol_spec JSON file our API creates when the game is built.

Note: Do not include language blocks that do not have the full set of keys identical to the English version, this will throw an error on the JSON file upload. Example of what the upload will get rejected:

  • In the “Tag Main Concepts” window, we will require you to select at least 2/3rd of them (minimum required to be aligned in the game for approval). The content reviewers will review your selected main concepts and confirm or reject.

  • You can track your submission in the Games tab. View the time it was uploaded, review its status, download the build .zip, get the URL link (which can be used in the test harness), and download the language JSON. This language JSON download will include the content reviewer and translation edits (i.e. completed Spanish Translation) if those are completed during the review.

    • Note: we will provide a Spanish translation on your first accepted game version. In subsequent game updates, if you are not changing any of the text, please include the Spanish translation in your upload so that we do not have to re-translate!

  • Finally, wait for results from the LOL team. You will not be able to upload a new version until the current version under-review is accepted or rejected.

Games must comply with all technical requirements and restrictions on the Guidelines page and described in the Legends of Learning Developer Contract. Games must implement all required Concepts to work within the LoL platform.

lol_spec.json

The lol_spec.json file is now required for JavaScript, Construct and Unity game version submissions. This file includes 1 required value for JavaScript and Construct games as shown below.

{
 "lol_sdk_version": "5.2"
}

The lol_sdk_version above should reflect the sdk version of the LoL platform used.

For Unity games you will find the latest Unity project template includes this for you and it contains 2 required values as shown below.

{
 "unity_version": "2019.4.16f1",
 "lol_sdk_version": "5.2"
}

Without this file at the root of the zip archive, any upload in the portal will throw an error.

Post Feedback

After 3-7 days you will receive an email saying if the version submitted was approved or rejected with the reviewers feedback.

In the developer portal under Slots or Games for the game version submitted in the bottom right there will be a downloads section with the edited language file done by our reviewers.

Please download that file and work off it for your next submission. It will be minified so run it though a JSON formatter.

Last updated