I have a C# project DLL and the source code. how do I locate the source code?

I have a C# project DLL and the source code. In the Unity log, how do I double-click the log to locate the source code?

Could you say a bit more about what you’re trying to do? For example, where are you expecting to double-click something? In the Inspector? Somewhere else in the Unity editor? A screenshot might help me understand what you’re after.

I think what he wants to do is, if he clicks on a console output in unity, the script with that line shall be open in Visual Studio (or whatever) and shall mark the line, were that output come from.

But it´s just my guess, don´t understand it too.

1 Like

Not everyone on these forums has English as a first language. But a little patience gets the job done.

It was not refereed to the language, but to the description of the problem itself

That is what I was thinking as well. I also don’t think there is an easy solution. What I would try doing instead is just rip the dll out of the project, and drop the source for the DLL in, and try to make that all work. Then when you double click something in the inspector it actually has the source code to open available.

1 Like

If Sphinks’s interpretation is correct, then I agree with your advice.

1 Like