Stacks and livecode server?

Mark Wilcox mark at sorcery-ltd.co.uk
Tue Apr 21 15:56:52 EDT 2015


> On 21 Apr 2015, at 15:09, Richard Gaskin <ambassador at fourthworld.com> wrote:
> 
> Mark Wilcox wrote:
> 
> > Yes, you can download bundles of content with no code. The file format
> > doesn't matter. Unity has asset bundles that can contain code on other
> > platforms but are content only on iOS.
> 
> Thanks for that info.  How does Unity provide cross-platform compatibility while using two different delivery models?

Unity is the sort of cross-platform tool where you have plenty of conditionally compiled bits to deal with platform specifics. :)

Actually I think you couldn't deliver the code in asset bundles to iOS with Unity anyway because the bundles contain byte code for the Mono VM, IIRC, and the code is all compiled directly to a native binary on iOS, there's no VM to run it.



More information about the use-livecode mailing list