|
What happens when I add code from, for example, System.Data.Sqlclient to my project and I build my game for Windows, Mac and Android. Will it work on Mac and Android? How does the scripting system work in Unity? What external code/ API is allowed besides the things mentioned on the Mono Compatibility pages?
(comments are locked)
|
|
Unity compiles with Mono. Any non mono reference shouldn't compile (with the exception of plugins). Are there additional non-mono libraries available to extend different functinoality?
Mar 17 '11 at 12:56 PM
fixitchris
The only such libraries would be plugins (which you'd need pro to use). There are extensive libraries for mono (which is a Open Source version of .net basically...) though.
Mar 18 '11 at 06:55 AM
Lab013
(comments are locked)
|
