We are working on a Switch project with WWise. We have two problems on Motion:
- What the meaning on SMALL and LARGE curve on this page?
https://www.audiokinetic.com/library/edge/?source=Help&id=generating_motion_for_game_controllers
We can sure that Switch only have 2 motors for 1 joy-con 1 motor. And they are the same.
- Seem Motion's Positioning 2D dosn't work on Switch? As my personal understand, it should be works like:
- Vibration, as the positioning's outpost, will be lerped by Y value ( which set in Edit Pan view ) for 2 joy-con. So their amplutide will be significantly different if Y != 0.
- Otherwise, it should be some where we could control two joy-con's motion individually.
Bu current situation is, 2D Positioning dosn't work as we thought, and find noway to override the nn::VibrationValue library sent.
Thanks.