Skip to content

python library files at runtime #10

Answered by exodrifter
mhelmrei asked this question in Q&A
Discussion options

You must be logged in to vote

If you don't want to change your code at all, you need to copy the Resources folder to where the data path is at runtime. You can read more about that here.

I would like to point out that any folder named Resources will be copied to your executable when you build. This means if you follow my advice, the Python libraries will now be in your executable twice. I recommend reading more about the Resources folder and how it should be used here.

There are also a few other ways you can solve your problem. For example, if you wish to avoid having to manually copy the data, you can use the StreamingAssets folder. Everything inside this special folder will be copied over to your build.

As always, i…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by exodrifter
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #10 on December 21, 2020 15:22.