Iam1337 / extOSC

extOSC is a tool dedicated to simplify creation of applications in Unity with OSC protocol usage.
MIT License
193 stars 25 forks source link

Can't receive message after build #11

Closed ankd-k closed 4 years ago

ankd-k commented 4 years ago

In editor I can receive OSC message and use it by Reflection Component. After build the app, It can't receive the message send from same app. Sending app is work correctly, other OSC receiver app catch the message. I run netstat and find that the built app using specified port.

Do you have any idea to receive message after build?

Iam1337 commented 4 years ago

Hi, if you are testing applications between different devices, then check if the firewall is turned off on both devices. If it does not help, write in more detail how you use extOSC.

ankd-k commented 4 years ago

I turned off the firewall when I opened the issue, but it didn't matter.

I don't understand the difference between the two receiver components, "event" and "reflection". Replacing the component from "Reflection" to "Event" works fine.

The first question I asked (if you select the "Reflection" component, extOSC works in the editor, not after the build) will continue to occur. What is the difference between the behavior of the "event" and "reflection" components after the build?

Iam1337 commented 4 years ago

The Reflection component uses .NET Reflection to transmit data from messages. In some cases, this gives a greater number of available fields, methods, or properties. Event component works using UnityEvent.

What settings do you use in "Reflection", "Event", OSCTransmitter and OSCReceiver components on both sides?

I will try to repeat your problem. I would also like to see application execution logs.

ankd-k commented 4 years ago

This image is my extOSC component's inspector view. Receiver components (Reflection and Event) activate only one side as you can see. I don't edit other settings, probably it's almost defalut settings.

Iam1337 commented 4 years ago

I found the problem. Thank you for contacting. You help make extOSC better. You can pull fixed version from repository.

github-actions[bot] commented 3 years ago

:tada: This issue has been resolved in version 1.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: