0

I have access to dotnet project and dll that is built from it. The dll is placed in Unity Assets and the scripts inside it is used in components. Is there a way to debug these scripts?

XaLVa
  • 27
  • 3

1 Answers1

0

Found solution. Need to put pdb file along with dll and then attach unity debugger.

XaLVa
  • 27
  • 3