Third Party Meta Files
Third Party Meta Files
For whatever reason, no matter what I do, these meta files are always up for commit, although I don't believe I am using them in any way. Should I put in a gitignore for them?
- Attachments
-
- 2022-11-26 16_43_32-2022-11-26 16_14_30-Twilight Tower - CardVote_v2_Edward - Windows, Mac, Linux - .png (47.63 KiB) Viewed 236 times
Re: Third Party Meta Files
Your .gitignore file (or equivalent) is configured to exclude .unitypackage files. But it sees the corresponding .meta files, which only make sense when they're paired with their original .unitypackage files. There are a few ways to resolve this:
1. Delete the .unitypackage files (i.e., the Third Party Support folders0.
2. Remove *.unitypackage from your .gitignore file.
3. Or add the entire Third Party Support folders to your .gitignore file.
1. Delete the .unitypackage files (i.e., the Third Party Support folders0.
2. Remove *.unitypackage from your .gitignore file.
3. Or add the entire Third Party Support folders to your .gitignore file.
Re: Third Party Meta Files
This helped a lot, thank you!
Even just knowing you can get rid of some of those folders is a lot of worry off.
Even just knowing you can get rid of some of those folders is a lot of worry off.