Core Project Structure
Lenga expects a project folder to contain these key pieces:
MyGame/
Assets/
ProjectSettings/
lenga.json
bootstrap.php
composer.json
If one of the important files is missing, the editor shows a validation error instead of opening the project in a broken state.
composer.json declares the project's PHP autoload rules and package dependencies.
Projects created by Lenga include the matching PHP gameplay API and can run without a manual Composer install.