2

I was making an external dll (not Assembly-CSharp) for my game and I found problem. Code:

using UnityEngine;

public class GOObj : MonoBehaviour
{
    void Update()
    {
    }
}

The problem is that the visual studio doesn't show suggestions related to methods like Update, OnGUI or Awake neither autocomplete them or change color of the method name to blue. That happened after updating Visual Studio 2017, how can I fix it?

gif of the project.

I have Visual Studio Tools For Unity installed.

Edit: This question is not a duplicate, it isn't miscallenous files.

0 Answers0