Hello. I have 5 errors in my unity project, which I don’t really understand. I have the error ‘error CS1704: An assembly with the same simple name ‘Unity.Mathematics’ has already been imported. Try removing one of the references (e.g. ‘C:\Users\Username\Documents\Projects\UnnamedProject\Assets\Plugins\Unity.Mathematics.dll’) or sign them to enable side-by-side.’ 1x, and the error ‘error CS1704: An assembly with the same simple name ‘Unity.InputSystem’ has already been imported. Try removing one of the references (e.g. ‘C:\Users\Username\Documents\Projects\UnnamedProject\Assets\Plugins\Unity.InputSystem.dll’) or sign them to enable side-by-side.’ 4x. I already searched the entire project for duplications or something similar, but I can’t find anything… Does anyone know a solution to this?