Closed zacksettel closed 3 years ago
Could you try putting link.xml
like this?
https://github.com/keijiro/MidiAnimationTrack/blob/master/Assets/link.xml
Hey Keijiro
Put a copy of link.xml, and the problem disappeared. (IOS 14.2).
Thanks for the quick turnaround!
cheers
Zack Settel
On Feb 22, 2021, at 23:54, Keijiro Takahashi notifications@github.com wrote:
Could you try putting link.xml like this?
https://github.com/keijiro/MidiAnimationTrack/blob/master/Assets/link.xml https://github.com/keijiro/MidiAnimationTrack/blob/master/Assets/link.xml — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/keijiro/OscJack/issues/26#issuecomment-783875968, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAE5TWOWXGB2WGU7GN5PANTTAMYHVANCNFSM4YBUEKRQ.
Running on IOS (14.2) built on Unity 2020.2.5 , Property Sender fails to send rotation properties. It functions normally when run on the desktop. Property Sender functions normally when sending position properties, non both desktop and IOS.
A custom debugging script using the Property Sender code with a hardcoded rotation value assign (e.g. rotEulers = transform.rotation.eulerAngles) works fine.
I suspect that the problem occurs when Property Sender tries to obtain the rotation property(ies).