Anton Marini

Results 90 comments of Anton Marini

Use OpenGL 2.1 renderer. please see the closed / existing git issues.

Yes. Unity Pro is required for plugin support as far as I know. This has been consistent with every version of Unity.

Non-Pro It supports plugins? What makes it Pro then? Sorry for the mis-info! Should change the readme / main page of the repo then.

This could be a premultiplied vs un premultiplied alpha issue? I'd experiment with that.

This has to do with the blending in Unity and the construction of the image you send to it via Syphon. I have no idea, you're in control :)

Thats likely not going to fix it. Your issue is either your client is expecting color in the form of premultiplied: vec4 RGB = vec4(color.r \* color.a, color.b \* color.a,...

you can force unpremultiplied from a premultiplied by dividing each color component by the alpha btw. Typically you want to have a pipeline that chooses one approach. Syphon does not...

See issue #17 please.

Well, messages 100% work, as does using attrui, but @servername does not appear to set the name correctly after a quick test. Id suggest working around this by using attrui...

Also WRT to TCPSyphonClient, i have no idea why it wouldn't work - if you use messages @stoufdev and Simple Client and other local clients update, then you are looking...