Using Unity Intellisense for Any .cs File

Hi, I was wondering if there was a way to use unity intellisense in any cs file. I have the Tools for Unity extension but can’t find any way to get it to work for files not made using unity. For context, I’m making a mod for a unity game.

I think all you need is to add a reference to UnityEngine.dll to your csproj file.

1 Like

Thank you, I had to turn the mod into a project but that worked.

1 Like