Hi - Recently added Mobile Notifications 2.1.1 to my project running 2021.3 LTS (I think we’re on .18 or .19).
I added a large icons in the mobile notifications configuration dialog (under project settings) with the filename “Chest01Basic.png”. I named the id “Chest01Basic”. Went to build, failed because it had capital letters.
I removed the asset from the project (entirely, deleting the .meta file), renamed it, reimported it into unity, and created it again (filename of chest01.png and icon Id of “chest01basic”). No dice. The builder had imported all the pngs into the various \Library\Bee\Android\Prj\IL2CPP\Gradle\unityLibrary\src\main\res\
folders and decided that it would never clean them out.
I am unable to build the project.
I’m currently rebuilding the asset library to see if that’ll clean it out, and if not, I’ll delete these PNGs by hand, but this bug should be fixed.