google / google/play-appbundle-unity

Stale .meta Files in Immutable Folder

Open
#2 3 comments 2 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
10
Forks
5
PR merge metrics
No merged PRs in 30d

Description

After importing the Google Play AppBundle package into a Unity project, the following warnings appear:

Couldn't delete Packages/com.google.android.appbundle/LICENSE.md.meta because it's in an immutable folder.
Couldn't delete Packages/com.google.android.appbundle/README.md.meta because it's in an immutable folder.

It seems that in the repository, the LICENSE.md and README.md files were moved to a parent folder, but their corresponding .meta files were left in the original location. Since Unity treats the Packages/ folder as immutable, it cannot automatically remove these stale .meta files, leading to persistent warnings.

Steps to Reproduce

Import the Google Play AppBundle package into a Unity project.
Observe Unity's console output for warnings regarding LICENSE.md.meta and README.md.meta.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.