Closed dcorbatta closed 7 years ago
I am having that exception too! Could be a mistake in the way that the signature method name is built??
Same issue with Weyl 5.2.1
The only solution that I found was make a wrapper of the Tango Unity UX Helper in C. It's an issue with the Unity Android helpers. It sometime make a wrong signature of the inferred method. We are planning to share the code if it isn't fixed soon.
@dcorbatta did you end up finding a fix for this issue
This has been fixed a while ago, but we neglected to close this issue. Feel free to reopen if you're still have the problem.
Most of the time, the Unity SDK call to a native method during the connecting UX screen. The method is not found and the connecting screen hang out.
The problem is with the method:
tangoUxObject.Call("processPoseDataStatus", poseStatus);
But sometime it works.My tango manager configuration is:
I also use the Tango Point Cloud Prefab.
Unity version: 5.1.0f3 Personal Tango Unity SDK: von Mises