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

Constantly warn about missing settings #40

Closed
laicasaane opened this issue Aug 15, 2020 · 3 comments
Closed

Constantly warn about missing settings #40

laicasaane opened this issue Aug 15, 2020 · 3 comments
Labels
bug Something isn't working released

Comments

@laicasaane
Copy link
Contributor

This warning has been bugging me for a while, I don't understand what's wrong here. Everything else works without problem though.

[Addressables] settings file not found.
Please go to Menu/Window/Asset Management/Addressables, then click 'Create Addressables Settings' button.
UnityEngine.Debug:LogWarningFormat(String, Object[])
AddressableImporter:OnPostprocessAllAssets(String[], String[], String[], String[]) (at Library/PackageCache/com.littlebigfun.addressable-importer@0.9.1/Editor/AddressableImporter.cs:28)
UnityEditor.AssetPostprocessingInternal:PostprocessAllAssets(String[], String[], String[], String[], String[])
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label bug to this issue, with a confidence of 0.56. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@issue-label-bot issue-label-bot bot added the bug Something isn't working label Aug 15, 2020
@favoyang
Copy link
Owner

It's a helper text designed to notify a user to create an addressable setting file before using the importer.

But it seems buggy when compiling scripts trigger the importer. Maybe during the process, the Addressable setting file is re-deserializing and caused the instance variable to be reset first, and caused the importer's query to fail.

I need some time to investigate it but may end up with just removing the helper text.

github-actions bot pushed a commit that referenced this issue Aug 17, 2020
## [0.9.2](v0.9.1...v0.9.2) (2020-08-17)

### Bug Fixes

* constantly warn about missing settings (close: [#40](#40)) ([d8d7975](d8d7975))
@github-actions
Copy link

🎉 This issue has been resolved in version 0.9.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working released
Projects
None yet
Development

No branches or pull requests

2 participants