x


Submission to asset store: 'compiling' into dll

I was unable to find information about this: in the process of submitting a new paid asset to the asset store, the guidelines talk about the use of Unity's relevant tool to build the package that will be distributed, however if I understand correctly this means that the whole source of the asset scripts become open to the end user?

Besides the risk of code manipulation and consequent illegitimate requests of support, this possibility creates other unpleasant scenarios which can compromise the original work and its evolutions so I checked the asset store and noticed that many packages offer their content in standard c or javascript files -accompanied by one or more .dll files-

It is quite clear that these .dll files act as libraries that the project references... but I'm at a loss at how to produce them. Do you need visual studio or similar to code them into a dll, and then use 'declare' and such in your unity application, or is there a more streamlined way of doing this, perhaps directly through unity? The former method actually feels like reinventing the wheel since you obviously have to replicate data structures for communication between the library and the project?

Please help me understand how you create the dlls that encapsulate your asset's methods.

Thanks.

more ▼

asked Sep 13 '11 at 11:23 AM

roamcel gravatar image

roamcel
1.2k 37 40 44

(comments are locked)
10|3000 characters needed characters left

1 answer: sort voted first

Got a good answer to this in the forums (too important an issue to leave it unanswered for too long):

http://forum.unity3d.com/threads/104517-Publishing-content-to-the-asset-store-using-dll-files?p=689272#post689272

more ▼

answered Sep 15 '11 at 10:28 AM

roamcel gravatar image

roamcel
1.2k 37 40 44

(comments are locked)
10|3000 characters needed characters left
Your answer
toggle preview:

Up to 2 attachments (including images) can be used with a maximum of 524.3 kB each and 1.0 MB total.

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Topics:

x235
x94
x15

asked: Sep 13 '11 at 11:23 AM

Seen: 740 times

Last Updated: Sep 15 '11 at 10:28 AM