x


Pro develop to Free

Is it possible to create a DLL on Unity Pro that uses some of the more esoteric Pro features (Graphics.DrawMesh and C++ DLL interop) that can be used in Unity Free, as long as Free doesn't recompile the code?

more ▼

asked May 21 '12 at 06:01 PM

ckfinite gravatar image

ckfinite
1.3k 5 9 24

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

1 answer: sort voted first

No, if you compile a dll / assembly it's just a plain .NET / Mono assemlby. You can compile such a dll with any .NET compiler. Your whole build is marked as indy or pro build so the Unity player knows what you are allowed to do and what not. Interop might work since mixed-mode assemblies seems to work in the indy version, but haven't tested it yet.

more ▼

answered May 21 '12 at 06:49 PM

Bunny83 gravatar image

Bunny83
46.9k 12 50 210

(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:

x505
x121
x16

asked: May 21 '12 at 06:01 PM

Seen: 456 times

Last Updated: May 21 '12 at 06:49 PM