I got two dll based questions.

1). Can the free version of Unity use DLLs and are they compatible with the webplayer? 8)
2). Would it be possible to write a scripting language in a dll and run it through javascript. :stuck_out_tongue:

NOTE: I have never used/looked into dlls before so I don’t really know anything about them. I’m just trying to find a easy way to allow players to code stuff. (kind of like a programming battle)

  1. yes
  2. yes

just for clarification: DLL in this case means .NET assemblies
not DLLs as in unmanaged code (DLLs generated from C, C++ etc)