Search Unity

Trying to drag my C# dll into Unity, wild error appeared!

Discussion in 'Scripting' started by GisleAune, Jul 11, 2011.

  1. GisleAune

    GisleAune

    Joined:
    May 16, 2011
    Posts:
    88
    When trying to copy my dll made in C# into the Unity assets folder, I get this error

    Failed copying file C:/Users/Gisle Aune/Documents/Visual Studio 2008/Projects/Project1/NetworkStuff/NetworkStuff/bin/Debug/NetworkStuff.dll to assets/NetworkStuff.dll.
    UnityEditorInternal.InternalEditorUtility:projectWindowDrag(HierarchyProperty, Boolean)
    UnityEditor.DockArea:OnGUI()

    I am learning socket progamming in C# and would like to test it with Unity.

    EDIT: It was just me not creating the new projcet properly. Solved!
     
    Last edited: Jul 11, 2011