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

Custom DLL working, Visual Studios Auto/Complete Intellisense not working

Discussion in 'Code Editors & IDEs' started by Homicide, Jun 24, 2019.

  1. Homicide

    Homicide

    Joined:
    Oct 11, 2012
    Posts:
    657
    Hey guys. Wondering if anyone might have some insight, suggestions as to a possible cause / cure of this odd situation i have come across.

    For simplicity sake, Compiled simple c# public class with a single public method returning a string. Compiled the DLL, and brought it into Unity.

    The DLL works, as i use another simple script to make a new instance of the class and Debug.Log() the output.

    Whats strange is, that the custom DLL is not recognized in visual studios auto complete / intellisense. The name space, class, nothing is.... I'm at a loss as to why, and or what is causing this.

    TIA.
     
  2. Homicide

    Homicide

    Joined:
    Oct 11, 2012
    Posts:
    657
    Ugh.

    Solved. Please Delete?