Open lejeanf opened 9 years ago
The flip issue has been noted before an a workaround has been suggested.
https://github.com/benkuper/Unity-Plugins/issues/6
This is because of the DirectX/OpenGL coordinate reversal. Updating my previous comments : the way this plugin works is that the DirectX textures are shared directly rather than via OpenGL. This is a very efficient method, but the the SpoutSDK OpenGL function flip is not available.
Sorry I can't help with the stand-alone.
----- Original Message ----- From: "benkuper/Unity-Plugins" To:"benkuper/Unity-Plugins" Cc: Sent:Mon, 02 Feb 2015 11:01:23 -0800 Subject:[Unity-Plugins] Spout does not work on standalone Build (#9)
Hello,
First of all, thanks for this Unigy-plugin.
When I run the application in Unity, Everything works fine. In
resolume I receive what I should (exept that the image is being vertically inverted: I fixed that in resolume using mirror because i couldn't find the bInvert booleean that the previous spout version had, if you have a fix for that, that would be lovely).
Anyway, I tried to build my application and to run it ouside unity's
editor (as a standalone) but then spout don't work. No sender is found in resolume.
What could be the problem here?
Best,
Fagopyrum.
—
Reply to this email directly or view it on GitHub [1]. ---- Message sent via Adam Internet WebMail - http://www.adam.com.au/
Hi, there was a similar problem which was resolved by modifying SpoutSender. Did you try the last github version ? If so, please enabled "Debug Console" in SpoutSender's Inspector from the Editor, then build a standalone app and post the output here so i can know what's going on.
Here is I gout from the Debug Console:
!! Init !! Found HWND ! SpoutNative :: Start Receiving SpoutNative :: create Sender UnitySender Check TexturePointer : 0
This error has been fixed on the latest version. Are you using the latest version from github ? Also, sloopidoopi has set up the more official repo based on this one but improved here : https://github.com/sloopidoopi/Spout4Unity/tree/master This will be the main repository for Spout-Unity plugin development, this one will be closed as soon as i got time to spread the news.
Hello,
First of all, thanks for this Unigy-plugin.
When I run the application in Unity, Everything works fine. In resolume I receive what I should (exept that the image is being vertically inverted: I fixed that in resolume using mirror because i couldn't find the bInvert booleean that the previous spout version had, if you have a fix for that, that would be lovely).
Anyway, I tried to build my application and to run it ouside unity's editor (as a standalone) but then spout don't work. No sender is found in resolume.
What could be the problem here?
Best, Fagopyrum.