Unity-Technologies / URDF-Importer

URDF importer
Apache License 2.0
217 stars 71 forks source link

fix the inconsistent casing of meta files #128

Closed hyounesy closed 3 years ago

hyounesy commented 3 years ago

Proposed change(s)

While renaming the source files in https://github.com/Unity-Technologies/URDF-Importer/pull/126 , git had not detected the change in the casing of the meta files. Resulting in warnings like the following in Unity Editor when making a fresh checkout:

Asset file 'Packages/com.unity.robotics.urdf-importer/Editor/MenuItems/CompareUrdf.cs.meta' and meta file 'Packages/com.unity.robotics.urdf-importer/Editor/MenuItems/CompareURDF.cs.meta' has inconsistent casing.

This PR is to fix the casing for the four affected files.

Useful links (GitHub issues, JIRA tickets, forum threads, etc.)

https://github.com/Unity-Technologies/URDF-Importer/pull/126

Types of change(s)

Testing and Verification

NA

Test Configuration:

Checklist