Search Unity

missing windows namespace

Discussion in 'Editor & General Support' started by Superstition, May 29, 2015.

  1. Superstition

    Superstition

    Joined:
    May 22, 2015
    Posts:
    12
    first time on unity.
    just trying to startup a standalone server,
    editted out the code spam

    getting these errors:
    error CS0246: The type or namespace name `Windows' could not be found. Are you missing a using directive or an assembly reference?

    anyhelp? I figure im missing a chunk of IDE operation knowledge.
     
    Last edited: May 29, 2015
  2. Superstition

    Superstition

    Joined:
    May 22, 2015
    Posts:
    12
    Nevermind. I forgot something.
     
  3. p_klokgieters

    p_klokgieters

    Joined:
    Sep 4, 2018
    Posts:
    12
    What did you forget? I'm trying to use the Windows namespace as well
     
  4. JeffDUnity3D

    JeffDUnity3D

    Joined:
    May 2, 2017
    Posts:
    14,446
    Show your code