google / google/play-common-unity
Stale .meta Files in Immutable Folder
- Dominant language
- C#
- Stars
- 1
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description
After importing the Google Play Common package into a Unity project, the following warnings appear:
Couldn't delete Packages/com.google.play.common/LICENSE.md.meta because it's in an immutable folder.
Couldn't delete Packages/com.google.play.common/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
1. Import the Google Play Common package into a Unity project.
2. Observe Unity's console output for warnings regarding LICENSE.md.meta and README.md.meta.
Contributor guide
Assessment
This issue has not been assessed yet.