Adding an Assembly Reference

Hi

This must be easy…

I created my own .Net library and would like to use it in my Unity scripts. I just can’t seem to find where I can add a reference to the assembly for the compiler to do it’s business!

Thanks in advance.

JT

Try putting the assembly somewhere in the project.

That done it, thanks!

I knew it would be easy. :slight_smile:

JT