You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi !
I am trying to send both position and rotation properties from my android phone to my computer
i have two empty gameobjects with the component "property sender", which send position and rotation from a gameobjectin the scene. both send on the same adress, same port, two different osc adresses
on localhost, hitting play in Unity, i receive both the value, but when i build and launch it on my phone, i can only have one
I tried to remove the first one, so the second one works perfectly. I also tried with two different ports, and still the second one doesn't work
the only solution i see would be to merge the two vector 3 to send it at once in osc.
But do you have any better idea ?
Thanks
The text was updated successfully, but these errors were encountered:
Hi !
I am trying to send both position and rotation properties from my android phone to my computer
i have two empty gameobjects with the component "property sender", which send position and rotation from a gameobjectin the scene. both send on the same adress, same port, two different osc adresses
on localhost, hitting play in Unity, i receive both the value, but when i build and launch it on my phone, i can only have one
I tried to remove the first one, so the second one works perfectly. I also tried with two different ports, and still the second one doesn't work
the only solution i see would be to merge the two vector 3 to send it at once in osc.
But do you have any better idea ?
Thanks
The text was updated successfully, but these errors were encountered: