- Home /
Question by
DavidLiebemann · Jul 12, 2021 at 08:54 AM ·
javascriptscripting problempluginasset storesubmission
Is jslib in Assetstore package allowed?
Hi!
I'm preparing to submit an asset store package, which requires an .jslib plugin to work when building for webgl. When using the Asset Store Tools' Validator I get the warning "Remove JavaScript". I don't have any .js files in the package except for that library. Will I be able to submit the package with the .jslib and if not, what are my alternatives?
Comment
Best Answer
Answer by DavidLiebemann · Jul 12, 2021 at 09:09 AM
Okay, so the issue was that the path to the Unity project from which I was submitting hat the term "Assets" in it (e.g. "c/users/projects/plugin-assetstoresubmission"), which apparently confused the validator (DirectoryNotFound), therefore failing tests that actually should have passed.