Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix meta files not being updated #2030

Merged
merged 2 commits into from
Feb 17, 2021

Conversation

citizenmatt
Copy link
Member

This PR fixes two issues, mostly related to .meta file tracking and updating:

  • A solution is recognised as generated if the name is the same, but the case is different. Unity should generate the name correctly, but some other tooling might not. Also, if the case is different in the recent solutions list, Rider uses the incorrect case. If we don't recognise a solution as generated, meta files aren't updated, which is bad. Fixes Renaming classes does not update .meta file #2027
  • Change meta file tracker to work with any solution inside a Unity project - generated or manual. If we're moving things inside Assets or Packages, we should update the .meta files.

@citizenmatt citizenmatt added this to the Rider 2021.1 milestone Feb 17, 2021
@citizenmatt citizenmatt self-assigned this Feb 17, 2021
@citizenmatt citizenmatt merged commit 86a2780 into net211 Feb 17, 2021
@citizenmatt citizenmatt deleted the net211-mte-generated-solution-casing branch February 17, 2021 21:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Renaming classes does not update .meta file
2 participants