Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Is this normal?

Discussion in 'General Discussion' started by N1warhead, May 8, 2018.

  1. N1warhead

    N1warhead

    Joined:
    Mar 12, 2014
    Posts:
    3,884
    Not exactly sure if this is an editor support question as its visual studio, or if this is even entirely normal (Always used Mono with Unity), but being 2018 is VS now, forced me to make the change, at least for game design lol.

    But here's my problem (In the image).
    Problem.png

    Is this normal for VS to open the project 5 times and giving whatever a firstpass is, and whatever that .Player stuff means.(containing the same exact stuff in each of them).
     
  2. angrypenguin

    angrypenguin

    Joined:
    Dec 29, 2011
    Posts:
    15,614
    Yep, that's normal. Those are the different DLLs that get compiled by Unity. We don't need to worry about them most of the time, but VS needs to be aware of them.
     
  3. derf

    derf

    Joined:
    Aug 14, 2011
    Posts:
    356
    I think you will like working in VS instead of Mono as time goes by. At least you can have a good dark theme. :)
     
    FMark92 and Lu4e like this.
  4. N1warhead

    N1warhead

    Joined:
    Mar 12, 2014
    Posts:
    3,884
    Hey sorry went too sleep not long after posting.

    Thanks for the heads up that this is normal.

    Oh I’ve used vs for regular coding of programs for years. Just got used to the mono workflow with unity, still ain’t accustomed to the autocomplete of methods yet so I keep creating brackets in unity methods lol.