Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
demonixis's avatar
demonixis
Partner
2 years ago

Usine AppSW with Unity 2022.2+ which support natively motion vectors

Hello everyone,

Unity 2022.2+ supports motion vectors with URP. Does that means we can use AppSW without the need of using the fork?

2 Replies

Replies have been turned off for this discussion
  • It works with 2023.1, you've to enable the motion vector pass directly into the camera Camera.main.depthTextureMode = DepthTextureMode.MotionVectors and then enable it with OVRManager. Don't forget to enable the feature in the OculusXR asset too.