-
|
How can i load single level instead of loading whole project? |
Beta Was this translation helpful? Give feedback.
Answered by
Madour
Apr 25, 2025
Replies: 1 comment 2 replies
-
|
Currently it is not possible to load only a single level. The library can only load the whole project into memory. Do you have a specific use case for loading only one level ? Like memory constraints ? |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
MoroXDev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently it is not possible to load only a single level.
The library can only load the whole project into memory.
Since it is very lightweight, even loading huge levels uses very little memory.
Do you have a specific use case for loading only one level ? Like memory constraints ?