Skip to main content

Filesystem Deployment

The Infinity Creator comes with bare filesystem deployment built-in. This allows users to deploy:

  • The Infinity Core
  • Supporting libraries
  • Assets
  • Auto-generated support code

Configuring a filesystem deployment

Filesystem configuration allows the user to configure exactly how they want the deployment system to copy files:

Enabling and Disabling which files are copied

If desired, the user can check on/off which files are copied during deployment.

Some files which are determined to be required for procedural functionality to succeed in a target application cannot be disabled. These are typically determined to be:

  • The Infinity Core
  • Any component libraries that have Procedural Components in-use by systems in the Infinity Core

Auto-Generated code

Auto-generated header and configuration code can be created during deployment for easier integration with the Infinity SDK and use of the Infinity Core.

For advanced use-cases the auto-generated code may not be sufficient. It is advised for advanced users to read the Infinity SDK documentation at https://docs.infinitygeneration.com/ to explore further customization options and capabilities.