Search Unity

Visual Studio Doesent AutoCompletes Properly

Discussion in 'Scripting' started by AtalayTheNewbie, Apr 10, 2021.

  1. AtalayTheNewbie

    AtalayTheNewbie

    Joined:
    Mar 25, 2021
    Posts:
    5
    it Doesent Completes GetCompenent
    İt Shows: bool, int, Update etc. why? this happened after i updated the Unity (Visual Studio İs Up to date)
     

    Attached Files:

  2. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,745
  3. AtalayTheNewbie

    AtalayTheNewbie

    Joined:
    Mar 25, 2021
    Posts:
    5
  4. Kurt-Dekker

    Kurt-Dekker

    Joined:
    Mar 16, 2013
    Posts:
    38,745
    I hope you are using source control for such a big endeavour! :)

    Personally I use git because it is free and there are tons of tutorials out there to help you set it up.

    Here's how I use git in one of my games, Jetpack Kurt:

    https://forum.unity.com/threads/2-steps-backwards.965048/#post-6282497

    Using fine-grained source control as you work to refine your engineering:

    https://forum.unity.com/threads/whe...grammer-example-in-text.1048739/#post-6783740

    Share/Sharing source code between projects:

    https://forum.unity.com/threads/your-techniques-to-share-code-between-projects.575959/#post-3835837

    Setting up the right .gitignore file:

    https://forum.unity.com/threads/removing-il2cpp_cache-from-project.1084607/#post-6997067