Search Unity

Feature Request Is there anyway to remove the annoying "Enable Version Control"

Discussion in 'Editor & General Support' started by benruiwang, May 2, 2023.

  1. benruiwang

    benruiwang

    Joined:
    Apr 4, 2017
    Posts:
    7
    Every time you click on a project, you must be very carefully to avoid click on this "Enable Version Control".

    Anyone know how to remove it? or can I payed some dollar every month to remove it. Because I know I am using git, and I REALLY don't want this feature.

    Please STOP annoying your payed customer.
     

    Attached Files:

  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,736
    We run an all-git-all-the-time shop here and we see nothing like that.

    Is it because you still have PlasticSCM plugin installed?? If so, try toss it.

    Extra unwanted packages in new projects (collab, testing, rider and other junk):

    https://forum.unity.com/threads/temp-unityengine-testrunner-dll-error.1133938/#post-7287748

    About the fastest way I have found to make a project and avoid all this noise is to create the project, then as soon as you see the files appear, FORCE-STOP (hard-kill) Unity (with the Activity Manager or Task Manager), then go hand-edit the Packages/manifest.json file as outlined in the above post, then reopen Unity.

    Sometimes the package system gets borked from all this unnecessary churn and requires the package cache to be cleared:

    https://stackoverflow.com/questions/53145919/unity3d-package-cache-errors/69779122