Include the following details (edit as applicable):
- Issue category: WPS
- Device type & OS version: iOS
Description of the issue:
Is there a way to place a correct orientation in WPS, for example I need an object to be facing the west, but how can I understand which side is the west in unity?
Hi Volodymyr,
WPS has a class called ARWorldPositioningTangentialTransform which has helper methods that allow you to convert from Unity coordinates to tangential coordinates with an east-up-north quaternion. You would want to multiply the east-up-north quaternion by a quaternion representing (0,0,1,0) which would be a 180 degree rotation about the Y-axis. Use the existing helper methods to convert back to world from tangential.
Kind regards,
Maverick L.