Custom stage libraries

If you develop custom stages, make the stage libraries available to engine instances by including the libraries in an external resource archive.

Including custom libraries in an external resource archive

To make custom stage libraries available to engine instances, include the libraries in an external resource archive.

About this task

Procedure

  1. Copy the custom stage libraries to the following directory, using a unique subfolder for each custom stage:
    externalResources/user-libs/<custom_stage>
    For example to store libraries for a custom stage named customstage1, copy the libraries to the following directory:
    externalResources/user-libs/customstage1
  2. Add the external library as an external resource for the engine, as described in Setting up external resources.