Skip to content
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

Android Build Fails "DirectoryNotFoundException: \Assets\Misc\Configs" #11

Closed
nipunasudha opened this issue Mar 24, 2019 · 1 comment
Closed

Comments

@nipunasudha
Copy link

When I'm building for android, this error emerges.

image

Text version of the error: https://pastebin.com/xp9Xgxk9

How I fixed it:

I had to create the "\Assets\Misc\Configs" path, and a dummy file to prevent it from being auto removed.

image

@Deadcows
Copy link
Owner

I fixed it in the latest commit

It was caused by my unfinished JsonDataManager tool which was made to operate json files as scryptableObjects on the fly. And on buildtime such json files was forsed to move from hardcoded path Musc/Configs to standalone build folder. I didn't know about streaming assets at the time :)

aaaanyways, I commented out this tool, maybe I'll got the time to finish this in the future. Thanks for bringing that out

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants