-
Notifications
You must be signed in to change notification settings - Fork 31
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
Windows packages out missing library functionality #35
Comments
sorry,see here ,Hello, my code works fine in the editor state. When it is Packing, it doesn't work anymore. What did I do wrong? |
After the breakpoint test, it was found that it was a relative path problem. When it was in the editor, it used a relative path, on the path would be lost after packaging. converted the way to get the path to an absolute path is ok |
In AssimpFunctionLibrary.cpp line 218, OutFilename variable results into an absolute path |
are the assimp .dll files bundled in your package? |
Hello, my code works fine in the editor state. When it is bundled, it doesn't work anymore. What did I do wrong?
The text was updated successfully, but these errors were encountered: