Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Only one sender in Android build ? #24

@Levrden

Description

@Levrden

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

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions