New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pck file missing #28849
Comments
|
That's normal, with such parameters you are not compiling the editor in the executable. So the executable needs a game file (.pck next to it to run) Use the project exporter to have the executable generated with the project file. |
|
Hi, I have the same problem, how can I use these "project exporter"? Anyone can help me? Thanks |
|
How to export you project: link If you still have problem about it, please ask on the other community channels. We use Github to submit bugs or ask for enhancements, not for support. :) |
|
Thanks, I guess. |
After compilation on linux with params: platform=windows tools=no target=release bits=64
Exe file shows alert dialog -> Could not load game data at path ".". Is the .pck file missing?
The text was updated successfully, but these errors were encountered: