Search Unity

Create dll out of unity scripts

Discussion in 'Scripting' started by Mike08, Oct 8, 2010.

  1. Mike08

    Mike08

    Joined:
    Dec 29, 2005
    Posts:
    124
    Hi

    how can I create dlls out of the code I created for a system in Unity3D version 3.
    I mean I have some MonoBehaviours and some own classes I want to put into one dll file that you can add to your project when you want to use this system.

    By