keijiro / Funnel

A Syphon server plugin for Unity
121 stars 17 forks source link

Server not working on compiled app #7

Closed rsodre closed 8 years ago

rsodre commented 8 years ago

First, thanks for Funnel! This is exactly how a Syphon server should work inside a game. I added Funnel to my camera, it works fine when I play in the Editor. But when I build an app for distribution, the server is not created. I can't find the Funnel.bundle anywhere inside the app, shouldn't it be copied there?

keijiro commented 8 years ago

Hmm... First of all, could you attach the player log file? (~/Library/Logs/Unity/Player.log) I'd like to investigate what's going on it.

rsodre commented 8 years ago

Sure, here it is. From it I can see Funnel is really missing. Player.log.txt

keijiro commented 8 years ago

Thanks! Okay, it seems like running in the 32-bit mode. Unfortunately, the new version of Funnel only supports 64-bit. Please try to change Architecture in Build Settings dialog to x86_64.

rsodre commented 8 years ago

Perfect! Thanks!