I have renamed two scripts in visual studio and since then this same warning appears/ executes when I clone my project from git.
Both of my scripts get renamed to their old name in the Unity project but they keep their new name in visual studio causing my scenes to give errors.
I currently don’t have the warning because it doesn’t show up every time but it goes something like: ‘unity meta file inconsistent casing renaming GameObjectRaycastBehaviour to GameObjectRaycastbehaviour’
I already tried to delete the meta files and then rename the scripts and I completely removed the scripts and added them back again but both didn’t work.
I also don’t know if this is the right location to post this question so i’m sorry if I should’ve posted this in another subforum.
Does someone know a solution to stop this automatic renaming that is done by Unity (Using Unity 2020 1.3f)?